PowerTools SPREAD for Windows Forms 8.0J
UseSystemPasswordChar プロパティ


システムパスワード文字を使用するかどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property UseSystemPasswordChar As Boolean
'使用法
 
Dim instance As GcTextBoxCellType
Dim value As Boolean
 
instance.UseSystemPasswordChar = value
 
value = instance.UseSystemPasswordChar
public bool UseSystemPasswordChar {get; set;}

プロパティ値

システムパスワード文字を使用するかどうかを示す bool 値。この値が true の場合は、パスワードを表示するときにシステム設定から取得した文字が使用されます。
既定値は false です。
解説
UseSystemPasswordChar プロパティは GcTextBox.PasswordChar プロパティよりも優先されます。UseSystemPasswordChartrue に設定されている場合は常にデフォルトのシステムパスワード文字が使用され、PasswordChar に設定された文字は無視されます。
参照

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.