The maximum number of items displayed in the drop-down list of the specified combo box.
object.DropDownCount
| 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 items displayed in the drop-down list.
Dim aComboBox
Dim aControlInfo
Set aComboBox = Form.Controls_("cmbInform")
aControlInfo =_
"Caption: " & aComboBox.Caption & vbNewLine &_
"Short Name: " & aComboBox.ShortName & vbNewLine &_
"Drop Down Count: " & aComboBox.DropDownCount
Profile.MsgBox(aControlInfo) In Profile Client v8 on User Interface Drop Down Count can be found in .