This property allows access to any child control by its name or index but it has no effect for combo boxes because this type of control cannot contain child controls.
object.Controls_(aControlNameOrIndex)
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISComboBox interface |
|
aControlNameOrIndex |
In, Required | object |
The name or index of the control |