Returns the control specified by the index parameter.

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

Syntax

C#
public CControl this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As CControl
	Get
Visual C++
public:
property CControl^ default[int index] {
	CControl^ get (int index);
}

Parameters

index
Type: System..::..Int32
A positive integer value that specifies the control to be retrieved.

Return Value

One of the controls in the parent line.

See Also