共用方式為


InputView.Placeholder 屬性

定義

當控制項為空白時,取得或設定顯示的文字。

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

屬性值

當控制項是空的時所顯示的文字。

適用於