TdxCustomRibbonGalleryOptions.ItemHintSource Property
In This Article
Specifies the ribbon gallery items‘ hint and screen tip behavior.
#Declaration
Delphi
property ItemHintSource: TdxRibbonGalleryItemHintSource read; write; default ghsItemHint;
#Property Value
Type | Default |
---|---|
Tdx |
ghs |
#Remarks
Options include:
Value | Description |
---|---|
ghs |
No hint is displayed. Ignores the gallery item’s Screen |
ghs |
The gallery item’s hint is displayed. Ignores the item’s Screen |
ghs |
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