TextBox.PlaceholderText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制件中顯示的文字,直到使用者動作或其他作業變更值為止。
public:
property Platform::String ^ PlaceholderText { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PlaceholderText();
void PlaceholderText(winrt::hstring value);
public string PlaceholderText { get; set; }
var string = textBox.placeholderText;
textBox.placeholderText = string;
Public Property PlaceholderText As String
<TextBox PlaceholderText="placeholderString"/>
屬性值
未輸入任何值時,控件中顯示的文字。 預設為空字串 ("")。