FieldRole 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.
The role the field plays in a form.
public enum FieldRole
type FieldRole =
Public Enum FieldRole
- Inheritance
-
FieldRole
Fields
Name | Value | Description |
---|---|---|
Value | 0 | Field is used to get a value to set in the form state. |
Confirm | 1 | Field is used to confirm some settings during the dialog. |