ControlDesigner.ViewControlCreated 属性

定义

获取或设置一个值,该值指示是否已创建 View 控件以在设计图面上显示。

public:
 virtual property bool ViewControlCreated { bool get(); void set(bool value); };
public virtual bool ViewControlCreated { get; set; }
member this.ViewControlCreated : bool with get, set
Public Overridable Property ViewControlCreated As Boolean

属性值

Boolean

如果已创建要在设计图面上查看的控件,则为 true;否则为 false

适用于

另请参阅