PowerTools MultiRow for Windows Forms 8.0J
UseSystemPasswordChar プロパティ (FilteringTextBoxCell)

オペレーティングシステムによって提供されるパスワード文字を使用するかどうかを示す値を取得または設定します。
構文
Public Shadows Property UseSystemPasswordChar As Boolean
public new bool UseSystemPasswordChar {get; set;}

プロパティ値

システムのパスワード文字を使用する場合はtrue。それ以外の場合はfalse。既定値はfalseです。
解説
UseSystemPasswordCharプロパティは、ユーザーがセルに入力した文字を、オペレーティングシステムで定義されたパスワード文字に置き換えて表示するかどうかを決定します。このプロパティは、PasswordCharよりも優先されます。

重要:
セキュリティ上の理由から、FilteringTextBoxCellでは、パスワード保護された文字列の切り取りおよびコピー操作はできません。

参照

FilteringTextBoxCell クラス
FilteringTextBoxCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.