Sdílet prostřednictvím


ChangePassword.PasswordLabelText Vlastnost

Definice

Získá nebo nastaví text popisku pro aktuální heslo textové pole.

public:
 virtual property System::String ^ PasswordLabelText { System::String ^ get(); void set(System::String ^ value); };
public virtual string PasswordLabelText { get; set; }
member this.PasswordLabelText : string with get, set
Public Overridable Property PasswordLabelText As String

Hodnota vlastnosti

Text, který se zobrazí vedle textového pole Aktuální heslo. Výchozí hodnota je Password:.

Poznámky

Hodnota této vlastnosti, je-li nastavena, lze automaticky uložit do souboru prostředků pomocí nástroje návrháře. Další informace najdete v tématech LocalizableAttribute a Globalizace a lokalizace.

Platí pro

Viz také