This documentation is archived and is not being maintained.

Control.Created Property

Gets a value indicating whether the control has been created.

[Visual Basic]
Public ReadOnly Property Created As Boolean
[C#]
public bool Created {get;}
[C++]
public: __property bool get_Created();
[JScript]
public function get Created() : Boolean;

Property Value

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

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Control Class | Control Members | System.Windows.Forms Namespace | CreateControl | OnCreateControl | Handle

Show: