Returns the type of control as specified by the ControlTypeConstants enumeration.

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

Syntax

C#
public CControl..::..ControlTypeConstants ControlType { get; protected internal set; }
Visual Basic
Public Property ControlType As CControl..::..ControlTypeConstants
	Get
	Protected Friend Set
Visual C++
public:
property CControl..::..ControlTypeConstants ControlType {
	CControl..::..ControlTypeConstants get ();
	protected public: void set (CControl..::..ControlTypeConstants value);
}

See Also