Skip to main content

TdxNavBarCustomOfficeNavigationBar Class

The base class for the Office Navigation Bar control.

Declaration

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

Remarks

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

See Also