Form |
The FormFieldData type exposes the following members.
Name | Description | |
---|---|---|
CalculateOnExit | Gets or sets a value indicating whether the content of all fields within the document shall be recalculated from their field codes when the content of the parent form field is modified. | |
Enabled | Gets or sets a value indicating whether the parent form field shall behave as though it is enabled or disabled when it is displayed in the document. Default value is . | |
EntryMacro | Gets or sets the subroutine in a scripting language which should be executed when the value of the parent form field is entered. | |
ExitMacro | Gets or sets the subroutine in a scripting language which should be executed when the value of the parent form field is exited. | |
Field | Gets the parent form field. | |
HelpText | Gets or sets the optional help text which shall be associated with the parent form field. | |
IsHelpTextAutoEntry | Gets or sets a value indicating whether HelpText should be interpreted as the name of a glossary document entry whose contents contain the help text. | |
IsStatusTextAutoEntry | Gets or sets a value indicating whether StatusText should be interpreted as the name of a glossary document entry whose contents contain the status text. | |
Name | Gets or sets the name of the form field. | |
StatusText | Gets or sets the optional status text which shall be associated with the parent form field. | |
Value | Gets the value of this form field explicitly set by the user or , if value was not explicitly set. Type of the value depends on form field type as explained in remarks. | |
ValueOrDefault | Gets the value of this form field explicitly set by the user or default value, if value was not explicitly set. Type of the value depends on form field type as explained in remarks. |