The maximum number of characters the user can type into the edit portion of the specified combo box.
object.MaxLength
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISComboBox interface |
int
Display some information about the specified combo box, including the maximum number of characters the user can type into the edit portion of the combo box.
Dim aComboBox
Dim aComboBoxInfo
Set aComboBox = Form.Controls_("cmbInform")
aComboBoxInfo =_
"Caption: " & aComboBox.Caption & vbNewLine &_
"ShortName: " & aComboBox.ShortName & vbNewLine &_
"ComboBox Max Lenght = " & aComboBox.MaxLength
Profile.MsgBox(aComboBoxInfo) In Profile Client v8 on User Interface Max Length can be found in .