The index of the current control item.

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

Syntax

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

Return Value

A positive number indicating the index of the current control item in the CtrlItems collection.

See Also