MaxLength Property (FpCombo)
In This Topic
Gets or sets the maximum number of characters that can be typed or pasted into the control.
Syntax
'Declaration
Public Overridable Property MaxLength As Integer
'Usage
Dim instance As FpCombo
Dim value As Integer
instance.MaxLength = value
value = instance.MaxLength
public virtual int MaxLength {get; set;}
See Also