Skip to main content
A newer version of this page is available. .

TdxRibbonApplicationButton.Visible Property

Specifies whether the Ribbon Application Button is shown in the Ribbon.

Declaration

property Visible: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to display the Ribbon Application Button.

Note

To enable the Ribbon Application Button, set the Ribbon’s ShowTabHeaders property to True. In standard forms, the Ribbon Application Button is displayed only if the Quick Access Toolbar is located at the top of the Ribbon. In Ribbon Forms, the Quick Access Toolbar’s position does not affect the Button’s visibility.

The default value of the Visible property is True.

See Also