Click or drag to resize

Window.SetHandle Method (Typed)

X#
This methdod allows to set or change the handle of the window. This is normally done right after the window is created.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetHandle(
	hNewWnd AS VOForm
) AS Object
Request Example View Source

Parameters

hNewWnd
Type: VOForm
The new window handle for the window.

Return Value

Type: Object
The windows handle.
Remarks
DO NOT CHANGE THE WINDOW HANDLE IF YOU DON'T KNOW WHAT YOU ARE DOING !
See Also