ITextBoxItemCollection module
- class ITextBoxItemCollection.ITextBoxItemCollection
Bases:
ABCInterface for a collection of text box items.
- abstract Add(textBox: ITextBox) int
Add a text box item to the collection.
- Parameters:
textBox – The text box item to add.
- Returns:
The index at which the text box item was added.
- abstract get_Item(index: int) ITextBox
Get the text box item at the specified index.
- Parameters:
index – The index of the text box item.
- Returns:
The text box item at the specified index.
