Control.Handle Method | |
Return the handle for a control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Handle(
uType
) AS PTR CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual void* Handle(
Usual uType = default
)
Request Example
View SourceParameters
- 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