Allows querying and manipulating the mute state of a control

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

Syntax

C#
public bool Mute { get; set; }
Visual Basic
Public Property Mute As Boolean
	Get
	Set
Visual C++
public:
property bool Mute {
	bool get ();
	void set (bool value);
}

See Also