public bool UseSystemPasswordChar {get; set;}
'Declaration
Public Property UseSystemPasswordChar As Boolean
'使用法
Dim instance As GcTextBoxCellType
Dim value As Boolean
instance.UseSystemPasswordChar = value
value = instance.UseSystemPasswordChar
プロパティ値
システムパスワード文字を使用するかどうかを示す
bool 値。この値が
true の場合は、パスワードを表示するときにシステム設定から取得した文字が使用されます。
既定値は
false です。