Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarCustomHintPainter Class

Serves as the base for painter classes used to draw hints for NavBar groups and links.

#Declaration

Delphi
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