|
|
Buttons
A collection of button objects.
Buttons Properties
|
Property
|
Type
|
Access
|
Description
|
|
Count
|
Long
|
read
|
The number of Buttons.
|
|
Item
|
Object
|
read
|
Returns the Button with the specified index or name as Long or String.
|
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.
|
|