Initializes the control

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

Syntax

C#
protected AutoSizeControl(
	string name
)

Parameters

name
Type: System..::..String
Name of the control

Remarks

The Width and Height is calculated automatically to fit the font. AutoSizeMode is set to WidthAndHeight

See Also