TdxNavBarCustomDrawEvents Class
Stores the NavBar control’s custom draw events.
Declaration
TdxNavBarCustomDrawEvents = class(
TdxNavBarPersistent
)
Remarks
This class provides the following events that allow you to custom draw:
The NavBar control’s background (Background).
Groups (GroupCaption, GroupClientBackground, and GroupClientForeground).
Links (Link and LinkSelection).
Scroll buttons (BottomScrollButton and TopScrollButton).
A Navigation Pane View’s UI elements (NavigationPaneHeader, NavigationPaneSplitter, NavigationPaneOverflowPanel, and NavigationPaneOverflowPanelHint).
A Hamburger Menu’s UI elements (HamburgerMenuHeader and HamburgerMenuNavigationPane).
The NavBar control’s OnCustomDraw property references a TdxNavBarCustomDrawEvents object.
Inheritance
TObject
TPersistent
TdxNavBarPersistent
TdxNavBarCustomDrawEvents
See Also