Use to query the status of a mixer

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

Syntax

C#
public bool Enabled { get; }
Visual Basic
Public ReadOnly Property Enabled As Boolean
	Get
Visual C++
public:
property bool Enabled {
	bool get ();
}

Return Value

Returns True if the mixer is Active (or enabled) or False if the mixer is disabled.

Remarks