Unicode Controls & Classes for VB6 - Version 4

ctlUniComboBoxXP.maxLength Property

Gets or sets the maximum length of the text in the combo textbox

Syntax
Public Property Get maxLength () As Long
Public Property Let maxLength (ByVal lMaxLength As Long)
Parameters
Parameter Description
ByVal lMaxLength As Long The new maxlength
Remarks