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

属性值

true(如果已创建用于在设计图面上查看的控件);否则,为 false.

适用于

另请参阅