TdxNavBarCustomHintPainter Class
Declaration
TdxNavBarCustomHintPainter = class(
TObject
)
Remarks
This class provides the DrawHint method, which calls the virtual InternalDrawHint
method to draw group and link hints of a NavBar control.
When you create a custom View for your NavBar control, you can provide your own painter for NavBar hints. In this case, use TdxNavBarCustomHintPainter
as the base class for your painter and override the InternalDrawHint
method to draw group and link hints as your needs dictate. Refer to the Registering Custom Views topic for more information.
Inheritance
TObject
TdxNavBarCustomHintPainter
See Also