[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ShowItemTip

ShowItemTip Property

ShowItemTip

Gets or sets whether to show the item tooltip.

Declaration
public bool ShowItemTip { get; set; }
Public Property ShowItemTip As Boolean
Property Value
Type Description
bool

true to show the tooltip when the mouse is over an item; otherwise, false.
The default is false.

Remarks

When the mouse is over an item in the drop-down list, a tooltip is shown if this property is true.

See Also
ShowOverflowTip