ListBoxItem

Defines an item in the row of a ListBox. Can be passed through the Event class

Constructors

this
this(wstring[] text, Bitmap16Bit icon, uint[] textInputType)
Undocumented in source.
this
this(wstring[] text, uint[] textInputType)
Undocumented in source.

Members

Functions

getIcon
Bitmap16Bit getIcon()

Returns the icon

getText
wstring getText(int column)

Returns the text at the given column

getTextInputType
uint getTextInputType(int column)

Returns the input type of the given column. Refer to ListBoxHeader if return value = TextInputType.NULL

setText
void setText(int column, wstring text)

Sets the text in the given column

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta