MESCIUS SPREAD for Windows Forms 17.0J
UseSystemPasswordChar プロパティ (GcTextBox)

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

プロパティ値

システムパスワード文字を使用するかどうかを示すbool値。この値がtrueの場合は、パスワードを表示するときにシステム設定から取得した文字が使用されます。それ以外の場合、システムパスワード文字は使用されません。

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

GcTextBox クラス
GcTextBox メンバ

 

 


© MESCIUS inc. All rights reserved.