Customizer's Guide > Working with XUI (XML-based User Interface) Dialog Boxes > XUI Element Reference > <listitem> Element
  
<listitem> Element
The <listitem> element is a child of the <combobox> and <listbox> controls. The <listitem> element has the following attributes:
appdata = CDATA
Specifies a value for later reference.
id = ID
Identifies the control.
image = IDREF
Specifies by reference the graphical image to be displayed in this control. The value of image matches the value of the image element id attribute specifying the desired graphic file.
label = CDATA
Specifies the text to display for the list item.
selected = true | false
Default is false. If true, the item is selected. If false, the item is not selected.