TextBoxCollection Class

TextBoxCollection class

Encapsulates a collection of objects.


type TextBoxCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the element at the specified index.
Get_StringGets the element by the name.
AddAdds a textbox to the collection.
RemoveAtRemove a text box from the file.
ClearClear all text boxes.
GetCount