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


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

    Property Value

    A bool value indicates whether to show the overflow tip.
    The defalut is false.
    Remarks
    When mouse hover on an item in the drop-down list, a tooltip will be shown if this property is true and the item text is longger than the column width.
    See Also