DesignerRegion.Description 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定設計工具區域的描述。
public:
virtual property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public virtual string Description { get; set; }
member this.Description : string with get, set
Public Overridable Property Description As String
屬性值
設計工具區域的文字描述。 預設為空字串 ("")。
備註
當使用者 Description 將滑鼠指標移至設計工具區域時,設計主機會使用 屬性來顯示 ToolTip 資訊。