MaskedTextProvider.DefaultPasswordChar プロパティ

定義

ユーザー入力を隠すために使用する既定のパスワード文字を取得します。

public:
 static property char DefaultPasswordChar { char get(); };
public static char DefaultPasswordChar { get; }
static member DefaultPasswordChar : char
Public Shared ReadOnly Property DefaultPasswordChar As Char

プロパティ値

既定のパスワード文字を表す Char

注釈

プロパティは DefaultPasswordChar 、 クラスで MaskedTextProvider アスタリスク文字 (*) として定義されています。

適用対象

こちらもご覧ください