TdxRibbonSkinSelectorCustomChooserOptions.ScreenTip Property
In This Article
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 |
---|---|
Tdx |
The screen tip component associated with a skin or palette chooser UI element. This property returns |
#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