This collection provides a series of CControl objects that interface each available control in the parent CLine object that matches the specified Control Type.

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

Syntax

C#
public Controls ControlsByType(
	CControl..::..ControlTypeConstants controlType
)
Visual Basic
Public Function ControlsByType ( _
	controlType As CControl..::..ControlTypeConstants _
) As Controls
Visual C++
public:
Controls^ ControlsByType(
	CControl..::..ControlTypeConstants controlType
)

Parameters

controlType
Type: NMixerProNET..::..CControl..::..ControlTypeConstants
One of the available values from the ControlTypeConstants enumeration.

Return Value

[Missing <returns> documentation for "M:NMixerProNET.CLine.ControlsByType(NMixerProNET.CControl.ControlTypeConstants)"]

See Also