CreateUserWizard.PasswordLabelText Vlastnost

Definice

Získá nebo nastaví text popisku textového pole s heslem.

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

String

Text popisku textového pole s heslem Výchozí hodnota je "Password:". Výchozí text ovládacího prvku je lokalizován na základě aktuálního národního prostředí serveru.

Poznámky

Hodnotu této vlastnosti lze při nastavení automaticky uložit do souboru prostředků pomocí nástroje návrháře. Další informace najdete v tématech LocalizableAttribute o globalizaci a lokalizaci.

Platí pro

Viz také