TdxBarImageCombo.ShowText Property
Specifies whether to display text within a dropdown list.
Declaration
property ShowText: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Each item in a TdxBarImageCombo object consists of text and an image. The text appears next to the image in the dropdown list and in the combo box editor. If ShowText is True, TdxBarImageCombo shows both the text and the image. Set ShowText to False in order to prevent the display of item text.
The ShowText property is set to False. | |
---|---|
The ShowText property is set to True. |
See Also