TdxCustomNavBar.OnCustomDrawBottomScrollButton Event
In This Article
Enables you to paint bottom scroll buttons in a custom manner.
#Declaration
Delphi
property OnCustomDrawBottomScrollButton: TdxNavBarCustomDrawEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.BottomScrollButton event instead.
See Also