TdxNavBarOfficeNavigationBarOptionsView.CustomizationButtonVisibility Property
In This Article
Specifies the Customization Button’s availability and position.
#Declaration
Delphi
property CustomizationButtonVisibility: TdxNavBarOfficeNavigationBarCustomizationButtonVisibility read; write; default cbvShowAfterItems;
#Property Value
Type | Default |
---|---|
Tdx |
cbv |
#Remarks
Use this property to hide or display the button invoking the Navigation Options dialog. Options include:
Value | Description |
---|---|
cbv |
The Office Navigation Bar displays the Customization Button following the last visible navigation link. |
cbv |
The Office Navigation Bar displays the Customization Button prior to the first visible navigation link. |
cbv |
The Customization Button is hidden. |
The default value of the CustomizationButtonVisibility property is cbvShowAfterItems.
See Also