ImageList.Handle Method | |
Return the Windows handle of the image list, which can be used in Windows.
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*
The handle (a pointer) of the image list.
See Also