Returns a list of all the CCtrlItem available in the control (if any).

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

Syntax

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

See Also