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