Window.Handle Method | |
Return the handle for a window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Handle() AS PTR
public virtual void* Handle()
Request Example
View SourceReturn Value
Type:
Void*
A handle to the window, describing the underlying system object.
Remarks
This method provides a handle to the window, which can then be used by Windows API calls.
See Also