FormOptions 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.
Options for form execution.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum FormOptions
[<System.Flags>]
type FormOptions =
Public Enum FormOptions
- Inheritance
-
FormOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No options. |
PromptInStart | 1 | Prompt when the dialog starts. |
PromptFieldsWithValues | 2 | Prompt for fields that already have a value in the initial state when processing form. |