This list encapsulates all the CControlObject objects supported by this control.

Namespace: NMixerProNET
Assembly: MixerProNET (in MixerProNET.dll) Version: 2.1.0.27196 (2.1.0)

Syntax

C#
public List<CCoreAudio..::..CControl..::..CControlObject> SubControls { get; }
Visual Basic
Public ReadOnly Property SubControls As List(Of CCoreAudio..::..CControl..::..CControlObject)
	Get
Visual C++
public:
property List<CCoreAudio..::..CControl..::..CControlObject^>^ SubControls {
	List<CCoreAudio..::..CControl..::..CControlObject^>^ get ();
}

Remarks

You can access all the control's CControlObject objects directly through the ControlMute, ControlVolume and ControlPeakMeter properties.

See Also