Overview | Methods | This Package | All Packages
Sets the maximum number of characters the user can type into the edit control of a combo box.
Syntax
public final void setMaxLength( int value )
Parameters
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