TdxCustomNavBar.OnCustomDrawNavigationPaneOverflowPanel Event
In This Article
Enables you to custom paint the navigation pane’s overflow panel.
#Declaration
Delphi
property OnCustomDrawNavigationPaneOverflowPanel: TdxNavBarCustomDrawEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.NavigationPaneOverflowPanel event instead.
See Also