WizardPageSelectionFlags Enum
Indicates information about a Wizard page selection.
[Flags]
public enum WizardPageSelectionFlags
Fields
Name | Description |
---|---|
BacktrackToPageCommand | The page selection was made via the BacktrackToPage. |
BackwardProgress | The page selection is backward progress. |
Default | The default flags of |
ForwardProgress | The page selection is forward progress. |
GoToPageCommand | The page selection was made via the GoToPage. |
NextPageCommand | The page selection was made via the NextPage. |
PreviousPageCommand | The page selection was made via the PreviousPage. |
Programmatic | The page selection was made programmatically. |