Share via


ChangePassword.ChangePasswordButtonText Vlastnost

Definice

Získá nebo nastaví text zobrazený na tlačítko Změnit heslo.

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

Hodnota vlastnosti

Text, který se má zobrazit na tlačítku Změnit heslo. Výchozí hodnota je Změnit heslo.

Poznámky

Hodnota této vlastnosti, pokud je nastavená, se dá automaticky uložit do souboru prostředků pomocí nástroje návrháře. Další informace najdete v tématech LocalizableAttributeGlobalizace a lokalizace.

Platí pro

Viz také