Skip to main content

TdxCustomRibbonGalleryOptions.ShowItemHint Property

Specifies whether the hint window is displayed, when an end-user positions the mouse pointer over a gallery item.

Declaration

property ShowItemHint: Boolean read; write;

Property Value

Type
Boolean

Remarks

This property is obsolete. Use the ItemHintSource property to determine the gallery item hint/screen tip behavior.

Set the ShowItemHint property to True, to display the hint specified via the gallery item’s Hint property.

The default value of the ShowItemHint property is True.

See Also