CheckboxControls
A collection of checkbox controls.
CheckboxControls Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the checkbox control with the specified index or name. |
| length |
Long |
read |
The number of checkbox controls in the collection. |
CheckboxControls Methods
| Method |
Returns |
Description |
| add |
CheckboxControl |
Create a new checkbox control. |
| anyItem |
Object |
Returns any checkbox control. |
| firstItem |
Object |
Returns the first checkbox control. |
| itemByID |
Object |
Returns the checkbox control with the specified ID. |
| itemByRange |
Objects |
Returns the checkbox controls within the specified range. |
| lastItem |
Object |
Returns the last checkbox control. |
| middleItem |
Object |
Returns the middle checkbox control. |
| nextItem |
Object |
Returns the next checkbox control. |
| previousItem |
Object |
Returns the previous checkbox control. |