Window.SetHandle Method | |
This methdod allows to set or change the handle of the window. This is normally done right after the window is created.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetHandle(
hNewWnd
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetHandle(
Usual hNewWnd = default
)
Request Example
View SourceParameters
- hNewWnd (Optional)
- Type: Usual
The new window handle for the window.
Return Value
Type:
UsualThe windows handle.
Remarks DO NOT CHANGE THE WINDOW HANDLE IF YOU DON'T KNOW WHAT YOU ARE DOING !
See Also