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

TdxNavBarCustomization Class

Contains the Customization Form‘s settings.

Declaration

TdxNavBarCustomization = class(
    TdxNavBarPersistent
)

Remarks

This class has the following members that allow you to:

  • Invoke or close the Customization Form (Visible).

  • Adjust the Customization Form’s boundaries (FormBounds).

  • Access the NavBar control to which the Customization Form belongs (NavBar).

The NavBar control’s Customization property references a TdxNavBarCustomization object.

Inheritance

See Also