Specifies the image to be displayed on the component’s button.
Declaration
componentPropObj.ButtonGlyph
Read-Write Property | A TBitmap object |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxCalcEditProperties, TcxComboBoxProperties, TcxDateEditProperties, TcxMRUEditProperties
Description
Use the ButtonGlyph
property to get or specify the image that is displayed on the component’s button:
- For the
TcxComboBox
,TcxCalcEdit
,TcxDateEdit
component, the property specifies the image to be displayed on the drop-arrow button. - For the
TcxMRUEdit
component, the property specifies the image to be drawn on the ellipsis button.
Property Value
A TBitmap
object that corresponds to the image that is displayed on the component’s button.