TextBoxCollection Class
TextBoxCollection class
Encapsulates a collection of
type TextBoxCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get_Int | Gets the TextBox element at the specified index. |
| Get_String | Gets the TextBox element by the name. |
| Add | Adds a textbox to the collection. |
| RemoveAt | Remove a text box from the file. |
| Clear | Clear all text boxes. |
| GetCount |