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