<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<drop_down text_enabled_color="LabelTextColor"
           text_disabled_color="LabelDisabledColor"
           font="SansSerifSmall"
           allow_text_entry="false"
           follows="left|top">
  <drop_down.combo_button name="Combobox Button"
                          hover_glow_amount="0.15"
                          font="SansSerifSmall"
                          halign="left"
                          scale_image="true"
                          image_unselected="PushButton_Off"
                          image_selected="PushButton_Selected"
                          image_disabled="PushButton_Disabled"
                          image_disabled_selected="PushButton_Disabled_Selected"
                          image_overlay="Combobox_Over"
                          image_overlay_alignment="right" />
  <drop_down.combo_list bg_writeable_color="white" />
  <drop_down.combo_editor name="Combo Text Entry" visible="false" select_on_focus="true" />
</drop_down>