TdxCustomBarEdit.ShowCaption Property
In This Article
Specifies if the toolbar item caption is visible in the parent toolbar.
#Declaration
Delphi
property ShowCaption; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#Remarks
Set the ShowCaption
property to display the toolbar item’s caption.
Note
The Show
property affects only a bar item displayed in a toolbar UI. Bar item caption visibility in a Ribbon UI depends on the layout, form width, etc.
#Default Value
The ShowCaption
property’s default value is False
.
See Also