Indesign Scripting Reference
home | search | Links
VBScript >> CheckboxControls

CheckboxControls

A collection of checkbox controls.

CheckboxControls Properties

Property Type Access Description
Count Long read The number of CheckboxControls.
Item Object read Returns the CheckboxControl with the specified index or name as Long or String.

CheckboxControls Methods

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.