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