Click or drag to resize

Icon.Handle Method

X#
Return the handle for an icon.

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

Return Value

Type: Void*
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