TdxCustomNavBar.OnCustomDrawLinkHint Event
In This Article
Allows you to custom paint link hints.
#Declaration
Delphi
property OnCustomDrawLinkHint: TdxNavBarCustomDrawLinkHintEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the OnCustomDraw.LinkHint event instead.
See Also