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

属性值

String

一个字符串,其中包含为最终用户提供的说明。 适合特定工具区域的默认值由派生的 ToolZone 类提供。

适用于

另请参阅