Initializes a new instance of the ListboxItem 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 ListboxItem(
	string text,
	Font font,
	Color backColor,
	bool allowCheckbox = true
)

Parameters

text
Type: System..::..String

[Missing <param name="text"/> documentation for "M:Skewworks.NETMF.Controls.ListboxItem.#ctor(System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Boolean)"]

font
Type: Font

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

backColor
Type: Color

[Missing <param name="backColor"/> documentation for "M:Skewworks.NETMF.Controls.ListboxItem.#ctor(System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Boolean)"]

allowCheckbox (Optional)
Type: System..::..Boolean

[Missing <param name="allowCheckbox"/> documentation for "M:Skewworks.NETMF.Controls.ListboxItem.#ctor(System.String,Microsoft.SPOT.Font,Microsoft.SPOT.Presentation.Media.Color,System.Boolean)"]

See Also