Description: | Button objects contain information about Toolbar buttons. The objects are referenced by using the Buttons property - an array of pointers to the button objects. For example, to set the Caption property of the second button on a toolbar called "Toolbar1" you would code: MOVE BUTTON-CAPTION(2) TO "Caption" OF BUTTONS(2) OF Toolbar1 | |||
Properties: | Caption Enabled | ImageIndex Style | ToolTipText Value | Visible |
Methods: | None | |||
Events: | None | |||
Corresponding Object in PowerCOBOL V3.0 or earlier: | None |