Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::Created Property

 

Gets a value indicating whether the control has been created.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property bool Created {
	bool get();
}

Property Value

Type: System::Boolean

true if the control has been created; otherwise, false.

The Created property returns true if the Control was successfully created even though the control's handle might not have been created or recreated yet.

.NET Framework
Available since 1.1
Return to top
Show: