TextBox.PlaceholderText Vlastnost

Definice

Získá nebo nastaví text, který je zobrazen, když ovládací prvek nemá žádný text a nemá fokus.

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

Hodnota vlastnosti

Text, který se zobrazí, když ovládací prvek neobsahuje žádný text a nemá fokus.

Platí pro