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 クラスによって提供されます。

適用対象

こちらもご覧ください