Skip to main content
All docs
V25.2
  • TdxRibbonSkinSelectorCustomChooserOptions.Hint Property

    Specifies a simple tooltip for a skin or palette chooser gallery in the parent Ribbon Skin Selector.

    Declaration

    property Hint: string read; write;

    Property Value

    Type Description
    string

    The hint string for a skin or palette chooser gallery.

    Remarks

    Use the Hint or ScreenTip property to define a custom hint for a skin or palette chooser gallery.

    Tooltip Scaling in RAD Studio 10.3 and Earlier IDEs

    Tooltips do not scale properly according to the current monitor DPI in projects built with Embarcadero RAD Studio® 10.3 and earlier IDEs due to a tooltip implementation bug in the VCL library.

    To work around this bug, you need to place the TcxHintStyleController component on a form.

    Default Value

    The Hint property’s default value is an empty string.

    See Also