1. elif Type == "listboxex":
  2. parent.Children[Index] = ListBoxEx()
  3. parent.Children[Index].SetParent(parent)
  4. self.LoadElementListBoxEx(parent.Children[Index], ElementValue, parent)