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


In This Topic
    MaxLength Property (GcComboBox)
    In This Topic
    Gets or sets the max length the user can input in the editable region.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Integer
     
    instance.MaxLength = value
     
    value = instance.MaxLength
    public int MaxLength {get; set;}

    Property Value

    A System.Int32 value.
    The defalut is 0.
    Remarks
    This property related with the MaxLengthUnit property.
    See Also