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 類別中為星號字元, (*) 。

適用於

另請參閱