Gets or sets the object that contains data about the control

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

Syntax

C#
public string Tag { get; set; }
Visual Basic
Public Property Tag As String
	Get
	Set
Visual C++
public:
property String^ Tag {
	String^ get ();
	void set (String^ value);
}

Return Value

A System.Object that contains data about the control. The default is null.

See Also