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