TCnImageList.Handle Property
Gets the handle of the image list object.
public
property Handle: _IntPtr read GetHandle;
Property Value
Type: _IntPtr
The handle for the image list. The default is null.
This corresponds to a Win32 HIMAGELIST handle. The handle is not created until you need to use it. Getting the handle causes it to be created.