共用方式為


DesignerOptions.ObjectBoundSmartTagAutoShow 屬性

定義

取得或設定值,指定設計工具是否在建立時自動顯示元件的智慧標籤面板。

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

備註

當 屬性為 trueDesignerActionList.AutoShow ,元件的智慧標籤面板會設定為自動開啟。

適用於

另請參閱