Returns the name of the current control item as reported by the sound card's driver.

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

Syntax

C#
public Object ItemName { get; protected internal set; }
Visual Basic
Public Property ItemName As Object
	Get
	Protected Friend Set
Visual C++
public:
property Object^ ItemName {
	Object^ get ();
	protected public: void set (Object^ value);
}

See Also