Description: | Contains a pointer to a Button object of the Toolbar control. The pointers are contained in an array, so always use an index when referencing the Buttons property. |
Used in control(s): | Toolbar |
Value: | A pointer to a Button object The index can be set from 1 to the value of the Count property. For example to refer to the Caption property of button 5 of the Toolbar1 control, you code: "Caption" OF Buttons (5) |
Default value: | None. |
COBOL picture: | OBJECT REFERENCE POW-COBJECT |
OLE data type: | VT_DISPATCH |
Design time access: | Not accessible. |
Execution time access: | Reference only. |
Backward compatibility attribute: | None. |