EditorZoneBase.InstructionText プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンド ユーザーに指示を提供する 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 クラスによって提供されます。