Share via


FormOptions Enum

Definition

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

None 0

No options.

PromptFieldsWithValues 2

Prompt for fields that already have a value in the initial state when processing form.

PromptInStart 1

Prompt when the dialog starts.

Applies to