Returns or sets the value of an AToolBar Button object.
Object.Value [ = enValue ]
The Value property syntax has the following parts:
Name |
Type |
Description |
Object |
AToolBarButton |
AToolBarButton class |
enValue |
enumAToolBarButtonValue |
An integer specifying the value of the object. |
enumAToolBarButtonValue can be one of the following:
Name |
Value |
Description |
atbrbUnpressed |
0 * |
Unpressed |
atbrbPressed |
1 |
Pressed |
The following statement changes the AToolBarButton to a value of Pressed:
tbrb1.Value=atbrbPressed