Methods |
Description |
assignHandle |
Assigns a handle to a Window object. |
createHandle |
Creates a window handle for this Window object. |
defWndProc |
Invokes the default window procedure associated with this Window object. |
destroyHandle |
Destroys the handle associated with a Window object. |
fromHandle |
Retrieves the Window object associated with the specified handle. |
getHandle |
Retrieves the handle of the Window object. |
onHandleChange |
Specifies a notification method that is called whenever the handle for a window is changed. |
releaseHandle |
Releases the handle associated with the Window object. |
wndProc |
Specifies the window procedure for the Window object. |