Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Window.releaseHandle

Releases the handle associated with the Window object.

Syntax

public void releaseHandle()

Remarks

Use the releaseHandle method to release the method associated with a Window object. This method does not destroy the handle. Instead, it sets the handle's window procedure to the default window procedure, in effect un-subclassing the window handle. Calling this method sets the handle to zero and calls the onHandleChange method in response to the change in the window handle.

See Also   onHandleChange, destroyHandle