Returns a reference to a CControlMute object.

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

Syntax

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

Remarks

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

See Also