DropDownCollection module
- class DropDownCollection.DropDownCollection
Bases:
DocumentSerializableCollectionRepresent a collection of DropDownItem objects.
- Add(text: str) DropDownItem
Adds the item.
- Clear()
Clears this instance.
- Remove(index: int)
Removes DropDownItems by index.
- get_Item(index: int) DropDownItem
Gets the DropDownItem at the specified index.
