 | WizardCommandButtonState Enumeration |
Button state for buttons controlling the wizard.
Namespace:
AeroWizard
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxpublic enum WizardCommandButtonState
Public Enumeration WizardCommandButtonState
public enum class WizardCommandButtonState
Members
| Member name | Value | Description |
---|
| Enabled | 0 | Button is enabled and can be clicked. |
| Disabled | 1 | Button is disabled and cannot be clicked. |
| Hidden | 2 | Button is hidden from the user. |
See Also