TdxNavBarCustomOfficeNavigationBar Class
In This Article
The base class for the Office Navigation Bar control.
#Declaration
Delphi
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.
#Implements
#Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TcxCustomControl
TcxControl
TdxNavBarCustomOfficeNavigationBar
See Also