denotes the buttons found in a Wizard More...
| Variables | |
| const short | NONE = 0 | 
| denotes none of the buttons in the wizard | |
| const short | NEXT = 1 | 
| denotes the button used to travel forward through the wizard | |
| const short | PREVIOUS = 2 | 
| denotes the button used to travel backward through the wizard | |
| const short | FINISH = 3 | 
| denotes the button used to finish the wizard | |
| const short | CANCEL = 4 | 
| denotes the button used to cancel the wizard | |
| const short | HELP = 5 | 
| denotes the button used to request help | |
denotes the buttons found in a Wizard
| const short CANCEL = 4 | 
denotes the button used to cancel the wizard
| const short FINISH = 3 | 
denotes the button used to finish the wizard
| const short HELP = 5 | 
denotes the button used to request help
| const short NEXT = 1 | 
denotes the button used to travel forward through the wizard
| const short NONE = 0 | 
denotes none of the buttons in the wizard
| const short PREVIOUS = 2 | 
denotes the button used to travel backward through the wizard