struct GUIListBoxContent

Structure describing contents of a GUIListBox element.

Public

Constructors

GUIListBoxContent

GUIListBoxContent() = default

GUIListBoxContent

GUIListBoxContent(const Vector<HString> &elements, bool allowMultiselect = false)

Fields

Elements

Vector<HString> Elements

Elements to display in the list box.

AllowMultiselect

bool AllowMultiselect

Determines should the listbox allow multiple elements to be selected or just one.