Initializes a new instance of the Listbox 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 Listbox(
	string name,
	Font font,
	int x,
	int y,
	int width,
	int height,
	bool displayCheckboxes,
	bool displayImages,
	size imageSize
)

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

font
Type: Font

[Missing <param name="font"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

x
Type: System..::..Int32

[Missing <param name="x"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

y
Type: System..::..Int32

[Missing <param name="y"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

displayCheckboxes
Type: System..::..Boolean

[Missing <param name="displayCheckboxes"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

displayImages
Type: System..::..Boolean

[Missing <param name="displayImages"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

imageSize
Type: Skewworks.NETMF..::..size

[Missing <param name="imageSize"/> documentation for "M:Skewworks.NETMF.Controls.Listbox.#ctor(System.String,Microsoft.SPOT.Font,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean,Skewworks.NETMF.size)"]

See Also