GrapeCity SPREAD for Windows Forms 11.0J
UseSystemPasswordChar プロパティ (MaskPatternFieldInfo)


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

プロパティ値

システムパスワード文字を使用する場合はtrue、それ以外の場合はfalse
デフォルト値はfalseです。
解説
UseSystemPasswordCharプロパティはPasswordCharプロパティよりも優先されます。UseSystemPasswordChartrueに設定されている場合は常にデフォルトのシステムパスワード文字が使用され、PasswordCharに設定された文字は無視されます。
参照

MaskPatternFieldInfo クラス
MaskPatternFieldInfo メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.