WizardWindowDefaultButton Enum
Specifies the button in a Wizard control that is clicked when the user presses the ENTER key.
public enum WizardWindowDefaultButton
Remarks
Note that the target button must inherit the Button class.
Fields
Name | Description |
---|---|
Finish | The Finish button is clicked. |
FinishThenNext | The Finish button is clicked if visible and enabled, otherwise the Next button is clicked. |
Next | The Next button is clicked. |
NextThenFinish | The Next button is clicked if visible and enabled, otherwise the Finish button is clicked. |
None | None of the wizard buttons are clicked. |