Cursor.Handle Method | |
Return the handle for a cursor.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Handle(
nHandleType
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Handle(
Usual nHandleType = default
)
Request Example
View SourceParameters
- nHandleType (Optional)
- Type: Usual
The type of handle required. 0 is the only supported option and is the default if nHandle is omitted.
Return Value
Type:
Usual
A handle describing the underlying system object.
Remarks
This method provides a handle to the Windows GDI object, which can then be used by Windows API GDI calls.
See Also