The IMdoControl Interface maintains properties and collection information for Visual Basic control objects.
Use the IMdoControl Interface to access information about a particular control.
| Property | Description |
| ClassName | Name of the Visual Basic class module that defines this control. |
| Description | Description of the Visual Basic control. |
| Index | Index value for the Visual Basic control, if the control is a Visual Basic control array. If the control is not a control array, this property is set to negative one. |
| ProgID | Program identifier for the Visual Basic control. |
| Collection | Description |
| MdoControlContainer | The collection of one Visual Basic container that contains this Visual Basic control. |