[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.ShowOverflowTip

ShowOverflowTip Property

ShowOverflowTip

Gets or sets whether to show the overflow tip.

Declaration
[Browsable(true)]
public bool ShowOverflowTip { get; set; }
<Browsable(True)>
Public Property ShowOverflowTip As Boolean
Property Value
Type Description
bool

A bool value that indicates whether to show the overflow tip.
The defalut is false.

Remarks

When the mouse is over an item in the drop-down list, a tooltip is shown if this property is true and the item text is longer than the column width.

See Also
ShowItemTip