ControlDesigner.ViewControlCreated Property

Definition

Gets or sets a value indicating whether a View control has been created for display on the design surface.

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

Property Value

true, if a control has been created for viewing on the design surface; otherwise, false.

Applies to

See also