Spread Windows Forms 12.0 Product Documentation
MaximumLength Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : MaximumLength Property
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;}

Property Value

Integer number of characters
See Also

Reference

FpCombo Class
FpCombo Members