Skip to main content

TdxRibbonSkinSelectorCustomChooserOptions.OnGetScreenTip Event

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

Declaration

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