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