Returns a reference to a CControlVolume object.

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

Syntax

C#
public CCoreAudio..::..CControl..::..CControlVolume ControlVolume { get; }
Visual Basic
Public ReadOnly Property ControlVolume As CCoreAudio..::..CControl..::..CControlVolume
	Get
Visual C++
public:
property CCoreAudio..::..CControl..::..CControlVolume^ ControlVolume {
	CCoreAudio..::..CControl..::..CControlVolume^ get ();
}

Remarks

The return type for the property may be nothing if the control being managed does not support controlling volume.

See Also