FormCommand Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Commands supported in form dialogs.
public enum FormCommand
type FormCommand =
Public Enum FormCommand
- Inheritance
-
FormCommand
Fields
Name | Value | Description |
---|---|---|
Backup | 0 | Move back to the previous step. |
Help | 1 | Ask for help on responding to the current field. |
Quit | 2 | Quit filling in the current form and return failure to parent dialog. |
Reset | 3 | Reset the status of the form dialog. |
Status | 4 | Provide feedback to the user on the current form state. |