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