Control::IsHandleCreated Property
.NET Framework (current version)
Gets a value indicating whether the control has a handle associated with it.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Booleantrue if a handle has been assigned to the control; otherwise, false.
Use the IsHandleCreated property to determine whether CreateHandle has been called.
.NET Framework
Available since 1.1
Available since 1.1
Show: