Sets the maximum number of characters the user can type into the edit control of a combo box.
public final void setMaxLength( int value )
value
The maximum number of characters that the user can type into the edit control of the combo box. Set to a value less than or equal to zero (0) to indicate that the maximum capacity of the edit control is limited only to available memory. The default value is zero (0).
See Also getMaxLength