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