TcxCustomImageList.Handle Property
Specifies the image list’s handle.
Declaration
property Handle: HIMAGELIST read; write;
Property Value
Type | Description |
---|---|
HIMAGELIST | A handle to the image list. |
Remarks
Use this property to obtain the image list’s handle. You can assign a new handle to the Handle property to replace the image list with an empty image list.
See Also