The DropDownListField type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DropDownListField |
Create a new drop down list field (also known as combobox).
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this field.
(Overrides Field..::..Accept(FieldVisitor, Object).) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetValue |
Reset the value to the default value.
(Inherited from ValueField.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AllowTextEntry |
Whether text can be entered, if false the value of one of the available Options must be entered
| |
| CalculateAction |
An action executed the reflect changes in other field value changes.
(Inherited from ValueField.) | |
| CommitOnSelectionChange |
Controls the moment that the selected value is committed to the field.
If true, the field value is updated at the moment that a user changes
the selection. If false, the value is updated when the field looses
focus.
| |
| CustomDefaultValue |
The default value for this field
| |
| DefaultValue |
The default value associated with this field.
(Inherited from ValueField.) | |
| DropDownListDefaultValue |
The default value for this field
| |
| DropDownListValue |
The strong types Value
| |
| Export |
This field is included when the form is exported or submitted.
(Inherited from Field.) | |
| FormatAction |
The action that will be executed before a field is displayed.
(Inherited from ValueField.) | |
| FormattedValue |
The Formatted Value.
(Inherited from ValueField.) | |
| FullName |
The fully qualified name for this field.
(Inherited from Field.) | |
| KeyStrokeAction |
An action that will be executed when a user types a key-stoke (or an other item is selected from a list).
(Inherited from ValueField.) | |
| MappingName |
Used when exporting data from the document.
(Inherited from Field.) | |
| Options |
Contains all options from which a choice can be made. An option has both
a displayed name and an exported name, often they are the same.
| |
| ReadOnly |
Read-only state of this field.
(Inherited from Field.) | |
| RequiredMode |
The required mode for this field.
(Inherited from Field.) | |
| SpellCheckAllowed |
Specifies whether spell-checking is allowed on this field.
| |
| ToolTip |
The name of the field as used in the user interface.
(Inherited from Field.) | |
| ValidateAction |
An action that will be executed for field value validation (when setting the value).
(Inherited from ValueField.) | |
| Value |
The value associated with this field.
(Inherited from ValueField.) | |
| Widgets |
The asociated widgets for this field.
(Inherited from Field.) | |
| XfaInfo |
Additional XFA specific information for this field.
(Inherited from Field.) |