Returns a reference to the parent CMixer object.

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

Syntax

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

See Also