Window.SetHandle Method (Typed) | |
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
public virtual Object SetHandle(
VOForm hNewWnd
)
Request Example
View SourceParameters
- hNewWnd
- Type: VOForm
The new window handle for the window.
Return Value
Type:
ObjectThe windows handle.
Remarks DO NOT CHANGE THE WINDOW HANDLE IF YOU DON'T KNOW WHAT YOU ARE DOING !
See Also