Returns a reference to the object that CControl is managing.

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

Syntax

C#
public Object Control { get; }
Visual Basic
Public ReadOnly Property Control As Object
	Get
Visual C++
public:
property Object^ Control {
	Object^ get ();
}

Remarks

Note that the object returned will be a reference to a COM object representing an instance from one of Core Audio's interfaces.

See Also