You can use the following action statements with pushbutton objects:
| Action | Description | 
| add | Creates a pushbutton object at runtime. | 
| change text | Changes the text displayed in the pushbutton. | 
| clear | Clears out all text currently in the pushbutton. | 
| disable | Causes the pushbutton to be grayed and prevents the user from moving to or selecting the pushbutton. | 
| enable | Causes the pushbutton to be drawn in normal color and allows the user to move to and/or select the pushbutton. | 
| make helpid | Changes the help ID of the pushbutton. | 
| make parameter | Change parameter string associated with the push button. |