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)

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


Properties

Count As Long
Returns the number of available CControl objects.

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

Methods

(none)