Returns a string representation of the type of control that CControl is managing.

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

Syntax

C#
public string ControlTypeName { get; }
Visual Basic
Public ReadOnly Property ControlTypeName As String
	Get
Visual C++
public:
property String^ ControlTypeName {
	String^ get ();
}

See Also