MaskedTextProvider.DefaultPasswordChar Proprietà

Definizione

Ottiene il carattere della password predefinito utilizzato per nascondere l'input dell'utente.

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

Valore della proprietà

Oggetto Char che rappresenta il carattere della password predefinito.

Commenti

La DefaultPasswordChar proprietà è definita nella MaskedTextProvider classe per essere il carattere asterisco (*).

Si applica a

Vedi anche