Click or drag to resize

Control.Handle Method

X#
Return the handle for a control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Handle(
	uType
) AS PTR CLIPPER
Request Example View Source

Parameters

uType (Optional)
Type: Usual
The type of handle required. Zero (0) is the only supported option, and it is the default if nHandle is omitted.

Return Value

Type: Void*
A handle to the "window" (control), 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