A collection of checkbox controls.
|
Method
|
Returns
|
Description
|
|
Add
|
CheckboxControl
|
Create a new CheckboxControl.
|
|
AnyItem
|
Object
|
Returns any CheckboxControl.
|
|
FirstItem
|
Object
|
Returns the first CheckboxControl.
|
|
ItemByID
|
Object
|
Returns the CheckboxControl with the specified ID.
|
|
ItemByRange
|
Objects
|
Returns the CheckboxControls within the specified range.
|
|
LastItem
|
Object
|
Returns the last CheckboxControl.
|
|
MiddleItem
|
Object
|
Returns the middle CheckboxControl.
|
|
NextItem
|
Object
|
Returns the next CheckboxControl.
|
|
PreviousItem
|
Object
|
Returns the previous CheckboxControl.
|