[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ShowOverflowTip

ShowOverflowTip Property

ShowOverflowTip

Gets or set whether to show overflow tooltip.

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

true means to show overflow tooltip when mouse hover on control that text is overflow; otherwise, false.
The default is false.

Remarks

The overflow tooltip will be shown when both of the following conditions are satisfied.
The IsActive property of this control is false.
A mouse pointer is on the text of the control.