Value Property (AToolBarButton)

Returns or sets the value of an AToolBar Button object.

Syntax

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.

Where

enumAToolBarButtonValue can be one of the following:

 

Name

Value

Description

atbrbUnpressed

0 *

Unpressed

atbrbPressed

1

Pressed

Example

The following statement changes the AToolBarButton to a value of Pressed:

tbrb1.Value=atbrbPressed

Applies to

AToolBarButton

See Also

Name, Prompt, ToolTipText