Returns a reference to the parent CControl object.

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

Syntax

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

See Also