TdxBarImageOptions.HotImages Property
Specifies the source icon list for hot-tracked large bar items.
Declaration
property HotImages: TCustomImageList read; write;
Property Value
Type | Description |
---|---|
TCustomImageList | The source image list for hot-tracked large bar items. If no source image list is specified, large bar items do not have a visually distinct hot-tracked state. Tip We recommend that you use the TcxImageList component and SVG icons. |
Remarks
Use the HotImages
property to specify the source of icons for hot-tracked large bar buttons. You can use the HotImageIndex property of individual large bar buttons to specify target icons in the assigned source image list.
Alternatively, you can use the HotGlyph property of individual large bar buttons to load and display icons in the hot-tracked state.
See Also