2.1.1 New button statements

These statements allow the application developer the same freedom of expression that the PUSHBUTTON, DEFPUSHBUTTON, and other statements do, and correspond to the appropriate button style.

They all have syntax identical to that of PUSHBUTTON, and so on.

2.1.1.1 AUTO3STATE

Allows declaration of an AUTO3STATE button.

2.1.1.2 AUTOCHECKBOX

Allows declaration of an AUTOCHECKBOX button.

2.1.1.3 AUTORADIOBUTTON

Allows declaration of an AUTORADIOBUTTON button.

2.1.1.5 PUSHBOX

Allows declaration of a PUSHBOX button.

2.1.1.6 STATE3

Allows declaration of a 3STATE button (the 3 is at the end for syntax purposes).

2.1.1.7 USERBUTTON

Allows declaration of a USERBUTTON user-defined button.