PowerTools CalendarGrid for Windows Forms 1.0J
UseSystemPasswordChar プロパティ (GcTextBox)

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

プロパティ値

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

GcTextBox クラス
GcTextBox メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.