Spread WinForms 15
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
See Also