TdxCustomNavBar.OnCustomDrawGroupClientForeground Event
In This Article
Allows you to custom paint a group’s client foreground area.
#Declaration
Delphi
property OnCustomDrawGroupClientForeground: TdxNavBarCustomDrawGroupEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.GroupClientForeground event instead.
See Also