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

AngleComboboxes

A collection of angle combobox controls.

AngleComboboxes Properties

Property Type Access Description
Count Long read The number of AngleComboboxes.
Item Object read Returns the angle combobox with the specified index or name.

AngleComboboxes Methods

Method Returns Description
Add AngleCombobox Creates a new angle combobox.
AnyItem Object Returns a random angle combobox from the collection.
FirstItem Object Returns the first angle combobox in the collection.
ItemByID Object Returns the angle combobox with the specified ID.
ItemByRange Objects Returns the angle comboboxes within the specified range.
LastItem Object Returns the last angle combobox in the collection.
MiddleItem Object Returns the middle angle combobox in the collection.
NextItem Object Returns the angle combobox following the specified angle combobox.
PreviousItem Object Returns the previous angle combobox.