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.ScreenTip Property

Specifies a screen tip component associated with a skin or palette chooser UI element in the parent Ribbon Skin Selector

#Declaration

Delphi
property ScreenTip: TdxScreenTip read; write;

#Property Value

Type Description
TdxScreenTip

The screen tip component associated with a skin or palette chooser UI element.

This property returns nil (in Delphi) or nullptr (in C++Builder) if the current skin or palette chooser UI element has no associated screen tip component.

#Remarks

Use the ScreenTip property to display an advanced screen tip for a Ribbon Skin Selector instead of a simple hint.

#Default Value

The ScreenTip property’s default value is nil (in Delphi) or nullptr (in C++Builder).

See Also