MixerPro 1.2
xFX JumpStart

Home | Classes | Collections | Constants

Collections

CMixerPRO
    Mixers
        Lines
        LinesByComponentType
        LinesByConnection
        LinesByLineType
            Controls
            ControlsByClass(CtrlClass As ControlClassConstants)
            ControlsByType(CtrlType As ControlTypeConstants)
                CtrlItems

This collection provides a series of CCtrlItem objects that interface each available control in the parent CControl object.


Properties

Count As Long
Returns the number of available CCtrlItem objects.

Item(vntIndexKey) As CCtrlItem
Returns a reference to the CCtrlItem object whose Index is vntIndexKey.

Methods

(none)