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