This documentation is archived and is not being maintained.
Control.RecreateHandle Method
.NET Framework 1.1
Forces the re-creation of the handle for the control.
[Visual Basic] Protected Sub RecreateHandle() [C#] protected void RecreateHandle(); [C++] protected: void RecreateHandle(); [JScript] protected function RecreateHandle();
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 | CreateHandle | Handle | DestroyHandle
Show: