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

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

プロパティ値

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

GcTextBoxCellType クラス
GcTextBoxCellType メンバ

 

 


© MESCIUS inc. All rights reserved.