DesignerOptions.ObjectBoundSmartTagAutoShow 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定設計工具是否在建立時自動顯示元件的智慧標籤面板。
public:
virtual property bool ObjectBoundSmartTagAutoShow { bool get(); void set(bool value); };
public virtual bool ObjectBoundSmartTagAutoShow { get; set; }
member this.ObjectBoundSmartTagAutoShow : bool with get, set
Public Overridable Property ObjectBoundSmartTagAutoShow As Boolean
屬性值
true
表示允許元件的智慧標籤面板在建立後自動開啟,否則為 false
。 預設為 true
。
備註
當 屬性為 true
時 DesignerActionList.AutoShow ,元件的智慧標籤面板會設定為自動開啟。