TdxNavBarImageOptions.HotSmallImages Property
Declaration
property HotSmallImages: TCustomImageList read; write;
Property Value
Type |
---|
TCustomImageList |
Remarks
Use the SmallImageIndex property of an item or group to specify which particular image from the HotSmallImages list should be displayed for this item or group in the hot-tracked state.
Note
The SmallImages list applies only to items and groups whose Enabled property is set to True. To provide large images for them, use the HotLargeImages list.
See Also