Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / ShowOverflowTip Property


In This Topic
    ShowOverflowTip Property (GcTextBox)
    In This Topic
    Gets or sets whether to show the overflow tooltip.
    Syntax
    'Declaration
     
    
    Public Property ShowOverflowTip As Boolean
    'Usage
     
    
    Dim instance As GcTextBox
    Dim value As Boolean
     
    instance.ShowOverflowTip = value
     
    value = instance.ShowOverflowTip
    public bool ShowOverflowTip {get; set;}

    Property Value

    true means to show overflow tooltips when the mouse hovers over a control with overflow text; otherwise, false.
    The default is false.
    Remarks
    The overflow tooltip is shown when both of the following conditions are satisfied.
    The Focused property of this control is false.
    A mouse pointer is on the control.
    See Also