ImageList.Handle Method (Typed) | |
Return the Windows handle of the image list, which can be used in Windows.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Handle() AS IntPtr
public virtual IntPtr Handle()
Request Example
View SourceReturn Value
Type:
IntPtr
The handle (a pointer) of the image list.
See Also