Gets a value indicating whether the control has a handle associated with it.
[Visual Basic]
Public ReadOnly Property IsHandleCreated As Boolean
[C#]
public bool IsHandleCreated {get;}
[C++]
public: __property bool get_IsHandleCreated();
[JScript]
public function get IsHandleCreated() : Boolean; Property Value
true if a handle has been assigned to the control; otherwise, false.
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 | Handle | CreateHandle