Skip to main content

TdxBarItemOptions.ShowDescriptions Property

Toggles the visibility of item descriptions for large menu items.

Declaration

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 ShowDescriptions property, you have to manually set the ioShowDescriptions option flag in the AssignedValues property. Otherwise, the ShowDescriptions property value is ignored.

See Also