FormDropDownData Class
Represents a form related data associated with the parent FormDropDown field within the document.
public sealed class FormDropDownData : FormFieldData
Public NotInheritable Class FormDropDownData
Inherits FormFieldData
- Inheritance:
- System.ObjectFormDropDownData
Properties
DefaultItemIndex
Gets or sets the zero-based index of the default entry for the parent drop-down list form field.
Property Value
- System.Int32
The zero-based index of the default entry for the parent drop-down list form field.
Items
Gets the list entry items within the parent drop-down list form field.
Property Value
- System.Collections.Generic.IList<System.String>
The list entry items within the parent drop-down list form field.
SelectedItemIndex
Gets or sets the zero-based index of the currently selected entry for the parent drop-down list form field or null if selected entry is not explicitly set.
Property Value
- System.Nullable<System.Int32>
The zero-based index of the currently selected entry for the parent drop-down list form field or null if selected entry is not explicitly set.
Value
Gets the currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, null.
Property Value
- System.String
The currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, null.
ValueOrDefault
Gets the currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, default entry.
Property Value
- System.String
The currently selected entry for the parent drop-down list form field if selected entry is explicitly set; otherwise, default entry.
Inherited Properties
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. (Inherited from FormFieldData) |
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 true. (Inherited from FormFieldData) |
EntryMacro | Gets or sets the subroutine in a scripting language which should be executed when the value of the parent form field is entered. (Inherited from FormFieldData) |
ExitMacro | Gets or sets the subroutine in a scripting language which should be executed when the value of the parent form field is exited. (Inherited from FormFieldData) |
Field | Gets the parent form field. (Inherited from FormFieldData) |
HelpText | Gets or sets the optional help text which shall be associated with the parent form field. (Inherited from FormFieldData) |
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. (Inherited from FormFieldData) |
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. (Inherited from FormFieldData) |
Name | Gets or sets the name of the form field. (Inherited from FormFieldData) |
StatusText | Gets or sets the optional status text which shall be associated with the parent form field. (Inherited from FormFieldData) |
Inherited Methods
Reset() | Resets the Value of this form field instance. (Inherited from FormFieldData) |
ToString() | Returns a System.String that represents this FormFieldData instance. (Inherited from FormFieldData) |