FormButtons

The form buttons.

Example

form = cf.Form.New("Default buttons")

    -- Retrieve which button the user pressed    

okPressed = form:Run()

Usage locations (object properties)

The following objects have properties using the FormButtons object:

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