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

TdxNavBarCustomOfficeNavigationBar Class

The base class for the Office Navigation Bar control.

Declaration

TdxNavBarCustomOfficeNavigationBar = class(
    TcxControl,
    IdxSkinSupport,
    IcxMouseTrackingCaller,
    IcxMouseTrackingCaller2,
    IcxMouseTrackingCaller3,
    IdxNavigationClientListener
)

Remarks

The TdxNavBarCustomOfficeNavigationBar class implements all the functionality needed by its descendant, TdxNavBarOfficeNavigationBar, which primarily publishes inherited properties and events.

See Also