TdxCustomNavBar.OnCustomDrawNavigationPaneOverflowPanelHint Event
In This Article
Enables you to custom paint the hints displayed for the overflow panel’s icons.
#Declaration
Delphi
property OnCustomDrawNavigationPaneOverflowPanelHint: TdxNavBarCustomDrawGroupHintEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.NavigationPaneOverflowPanelHint event instead.
See Also