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 类提供适用于特定工具区域的默认值。

适用于

另请参阅