次の方法で共有


ExpressionTextBox.HintText プロパティ

定義

ヒント テキストを取得または設定します。

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

プロパティ値

String

ヒント テキストを含む文字列。

適用対象