Returns whether the control is enabled or disabled.

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 ();
}

See Also