TdxCustomRibbonGalleryOptions.ItemHintSource Property
Specifies the ribbon gallery items‘ hint and screen tip behavior.
Declaration
property ItemHintSource: TdxRibbonGalleryItemHintSource read; write; default ghsItemHint;
Property Value
Type | Default |
---|---|
TdxRibbonGalleryItemHintSource | ghsItemHint |
Remarks
Options include:
Value | Description |
---|---|
ghsNone | No hint is displayed. Ignores the gallery item’s ScreenTip property value. |
ghsItemHint | The gallery item’s hint is displayed. Ignores the item’s ScreenTip property value. |
ghsGalleryScreenTip | The gallery item displays a screen tip instead of a hint. If the item has no screen tip, nothing is displayed when an end-user hovers the mouse pointer over the item. |
The default value of the ItemHintSource property is ghsItemHint.
See Also