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 類別提供。

適用於

另請參閱