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

TdxRibbonSkinSelectorCustomChooserOptions.OnGetScreenTip Event

Allows you to customize the associated screen tip component before it is displayed or display a different screen tip.

#Declaration

Delphi
property OnGetScreenTip: TdxOnGetScreenTip read; write;

#Remarks

Handle the OnGetScreenTip event to change a screen tip before it is displayed based on custom conditions.

#Event Occurrence

The current chooser gallery property set raises the OnGetScreenTip event every time the skin or palette chooser gallery is about to display a screen tip assigned to the ScreenTip property.

#Event Parameters

You can use the AScreenTip parameter to access and customize a TdxScreenTip component associated with the skin or palette chooser gallery or display another TdxScreenTip component instead.

Refer to the TdxOnGetScreenTip procedural type description for detailed information on all parameters accessible within an OnGetScreenTip event handler.

See Also