Gets/Sets the control's container

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public virtual IContainer Parent { get; set; }

Property Value

Type: IContainer

Implements

IControl..::..Parent

Remarks

Parent is automatically set when you add a control to a container

See Also