FormButtons
The form buttons.
Example
form = pf.Form.New("Default buttons") -- Retrieve which button the user pressed okPressed = form:Run()
Usage locations
The FormButtons object can be accessed from the following locations:
Property List
- Cancel
- The Cancel button. (Read only FormPushButton)
- OK
- The OK button. (Read only FormPushButton)
Property Details
- Cancel
- The Cancel button.
- Type
- FormPushButton
- Access
- Read only
- OK
- The OK button.
- Type
- FormPushButton
- Access
- Read only