ControlDesigner::ViewControlCreated Property
.NET Framework (current version)
Gets or sets a value indicating whether a View control has been created for display on the design surface.
Assembly: System.Design (in System.Design.dll)
public: property bool ViewControlCreated { virtual bool get(); virtual void set(bool value); }
Property Value
Type: System::Booleantrue, if a control has been created for viewing on the design surface; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: