Default top-level container for controls

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

Syntax

C#
[SerializableAttribute]
public class Form : Container

Remarks

This is the container that should be used by default to represent a Screen/Window/Form.

Examples

Form frm = new Form("frm"); frm.AddChild(new Label("lbl1", "This is a label", Fonts.Droid11, 4, 4)); Core.ActiveContainer = frm;

Inheritance Hierarchy

See Also