In This Article

WizardWindowCancelButton Enum

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

public enum WizardWindowCancelButton

Remarks

Note that the target button must inherit the Button class.

Fields

Name Description
Cancel

The Cancel button is clicked.

None

None of the wizard buttons are clicked.