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 ScrollableControl(
	string name,
	int x,
	int y,
	int width,
	int height
)

Parameters

name
Type: System..::..String
Name of the control
x
Type: System..::..Int32
X position relative to it's parent
y
Type: System..::..Int32
Y position relative to it's parent
width
Type: System..::..Int32
Width of the control in pixel
height
Type: System..::..Int32
Height of the control in pixel

See Also