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 类提供。