Returns the type of control as specified by one of the values from the ControlTypeConstants enumeration.

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

Syntax

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

Remarks

This simply indicates the type of instance that CControl is managing.

See Also