FormConfiguration Class
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.
Default values for the form.
public class FormConfiguration
type FormConfiguration = class
Public Class FormConfiguration
- Inheritance
-
FormConfiguration
Remarks
These defaults can all be overridden when you create a form and before you add steps.
Constructors
FormConfiguration() |
Construct configuration. |
Fields
Commands |
Definitions of the built-in commands. |
Confirmation |
String for naming "Confirmation" fields. |
CurrentChoice |
Enumeration of strings for interpreting a user response as asking for the current value. |
DefaultPrompt |
Default prompt and template format settings. |
Navigation |
String for naming the "navigation" field. |
No |
Enumeration of values for a "no" response for boolean fields or confirmations. |
NoPreference |
Enumeration of strings for interpreting a user response as setting an optional field to be unspecified. |
Templates |
Default templates to use if not override on the class or field level. |
Yes |
Enumeration of values for a "yes" response for boolean fields or confirmations. |
Methods
Template(TemplateUsage) |
Look up a particular template. |