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

TdxAlertWindowManager.OnCustomDrawNavigationPanelText Event

In This Article

Enables you to custom paint an alert window‘s navigation panel text.

#Declaration

Delphi
property OnCustomDrawNavigationPanelText: TdxAlertWindowManagerCustomDrawNavigationPanelTextEvent read; write;

#Remarks

Sender specifies the alert window manager that fired the event.

AAlertWindow specifies the alert window being custom painted.

ACanvas specifies the drawing surface.

AViewInfo provides ViewInfo information (a TdxAlertWindowNavigationPanelTextViewInfo class instance) used to paint the alert window’s navigation panel text. Refer to the TdxAlertWindowHitTest.HitNavigationPanelText property description to learn about the main TdxAlertWindowNavigationPanelTextViewInfo properties accessible via AViewInfo that you can use for custom painting.

ADone specifies whether default painting is required. Set ADone to True, to prevent default code execution.

See Also