WizardButtonEnabledDefault Enum
Specifies if a button is enabled or how its enabled state should be determined.
public enum WizardButtonEnabledDefault
Fields
| Name | Description |
|---|---|
| Auto | The Wizard control determines whether the button should be enabled. |
| False | The button is disabled. |
| True | The button is enabled. |