EditorZoneBase.InstructionText プロパティ

定義

エンドユーザーの指示を提供する ToolZone コントロール内のテキストを取得または設定します。

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

プロパティ値

エンドユーザーの指示を格納する文字列。 特定のツールのゾーンに適切な既定値は派生された ToolZone クラスによって提供されます。

適用対象

こちらもご覧ください