Initializes a new instance of the Scrollbar class

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

Syntax

C#
public Scrollbar(
	string name,
	int x,
	int y,
	int width,
	int height,
	Orientation orientation
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation)"]

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation)"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation)"]

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation)"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation)"]

orientation
Type: Skewworks.NETMF..::..Orientation

[Missing <param name="orientation"/> documentation for "M:Skewworks.NETMF.Controls.Scrollbar.#ctor(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Skewworks.NETMF.Orientation)"]

See Also