ControlCollection

ControlCollection class

Control collection.

Properties

NameTypeDescription
Countint
Item (int)Control

Methods

NameDescription
addAdd the Control object in the collection.
removeRemove the Control object from the collection.
getControlGets the element at the specified index IX.
getControlFromIdGets the element at the specified ID.
getControlFromNameGets the element at the specified name.
clear
removeAt
iteratorReserved for internal use.