Returns a list of CControl objects (controls) available for the current line.

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

Syntax

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

See Also