GrapeCity SPREAD for Windows Forms 12.0J
PasswordChar プロパティ (MaskPatternFieldInfo)

パスワード文字を取得または設定します。
構文
'Declaration
 
Public Property PasswordChar As Char
public char PasswordChar {get; set;}

プロパティ値

パスワードの文字を示すSystem.Char値。
デフォルト値は"\0"です。
解説
PasswordCharを使用して、ダイアログボックスにパスワードフィールドを作成できます。任意の半角文字を使用できますが、Windowsベースのアプリケーションではアスタリスク(*)(Chr(42))を使うのが一般的です。
参照

MaskPatternFieldInfo クラス
MaskPatternFieldInfo メンバ

 

 


Copyright © 2004 GrapeCity inc.