WorkflowItemPresenter.HintText プロパティ

定義

WorkflowItemPresenter コントロールに対するヒント テキストを格納する文字列を取得または設定します。

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

プロパティ値

WorkflowItemPresenter コントロールのヒント テキスト。

適用対象