TdxTileControlActionBarItem.ImageIndex Property
Specifies the action bar item’s image by its zero-based index in the action bars’ image list.
Declaration
property ImageIndex: TcxImageIndex read; write; default -1;
Property Value
Type |
---|
TcxImageIndex |
Remarks
The specified image represents the normal state image. A tile control automatically transforms this image for display in the hot-tracked or pressed item state.
-1 assigned to the ImageIndex property indicates that no image is specified. Note that this property is in effect if the action bar item’s Glyph property is unassigned.
The default value of the ImageIndex property is -1.
See Also