Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorCustomChooserOptions.ScreenTip Property

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

    Declaration

    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