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

注解

当 属性true为 时DesignerActionList.AutoShow,组件的智能标记面板设置为自动打开。

适用于

另请参阅