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,
	bool checkValue,
	bool allowCheckbox = true
)

Parameters

text
Type: System..::..String

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

checkValue
Type: System..::..Boolean

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

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

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

See Also