Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / MaximumLength Property


In This Topic
    MaximumLength Property (FpCombo)
    In This Topic
    Gets or sets the maximum number of characters for data in the text portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property MaximumLength As Integer
    'Usage
     
    
    Dim instance As FpCombo
    Dim value As Integer
     
    instance.MaximumLength = value
     
    value = instance.MaximumLength
    public int MaximumLength {get; set;}
    See Also