TdxBarItemOptions.ShowDescriptions Property
In This Article
Toggles the visibility of item descriptions for large menu items.
#Declaration
Delphi
property ShowDescriptions: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
When this property is set to True, the height of each large menu item is adjusted to display its description specified by the corresponding bar item’s Description property. Otherwise, descriptions are not displayed.
Value | Sample |
---|---|
True | ![]() |
False | ![]() |
To display large menu items, set the Size property to misLarge.
For the Application Menu, the default value of the ShowDescriptions property is True. Otherwise, it is False.
Note
To control the visibility of item descriptions within the Application Menu via the Show
See Also