In This Article

WizardAcceptButtonDefault Enum

Specifies the button in a Wizard control that is clicked when the user presses the ENTER key.

public enum WizardAcceptButtonDefault

Fields

Name Description
Finish

The Finish button is clicked.

FinishThenNext

The Finish button is clicked if visible, otherwise the Next button is clicked.

Next

The Next button is clicked.

None

None of the wizard buttons are clicked.