This documentation is archived and is not being maintained.
Control.RecreatingHandle Property
.NET Framework 1.1
Gets a value indicating whether the control is currently re-creating its handle.
[Visual Basic] Public ReadOnly Property RecreatingHandle As Boolean [C#] public bool RecreatingHandle {get;} [C++] public: __property bool get_RecreatingHandle(); [JScript] public function get RecreatingHandle() : Boolean;
Property Value
true if the control is currently re-creating its handle; 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 | RecreateHandle | Handle
Show: