MdoControl MdoISVControl Collection

See Also

MdoISVControl is the collection of one ISV control object that is associated with a particular Visual Basic control.

This collection is not attached to the default interface for the MdoControl Automation object; it is attached to the IMdoControlUsage interface. For details on how to access a member of an interface that is not the default interface, see Accessing Automation Object Members.

Collection Descriptor Descriptor Value
Relationship Type Control-Uses-ISVControl
Source Is Origin Yes
Minimum Collection Size Zero
Maximum Collection Size One
Sequenced Collection No
Deletes Propagated Yes
Destinations Named No
Case Sensitive Names Not Applicable
Unique Names Not Applicable

Syntax

object.MdoISVControl(index)

The MdoISVControl collection syntax has these parts:

Part Description
object An object expression; evaluates to an object that implements IMdoControlUsage as the default interface.
index An integer index that identifies which element in the collection is to be addressed. The valid range is from one to the number of elements in the collection. The number of elements in the collection is specified by object.MdoISVControl.Count.