The DropDownListField type exposes the following members.

Constructors

  NameDescription
Public methodDropDownListField
Create a new drop down list field (also known as combobox).

Methods

  NameDescription
Public methodAccept
Accept this field.
(Overrides Field..::..Accept(FieldVisitor, Object).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetValue
Reset the value to the default value.
(Inherited from ValueField.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAllowTextEntry
Whether text can be entered, if false the value of one of the available Options must be entered
Public propertyCalculateAction
An action executed the reflect changes in other field value changes.
(Inherited from ValueField.)
Public propertyCommitOnSelectionChange
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.
Public propertyCustomDefaultValue
The default value for this field
Public propertyDefaultValue
The default value associated with this field.
(Inherited from ValueField.)
Public propertyDropDownListDefaultValue
The default value for this field
Public propertyDropDownListValue
The strong types Value
Public propertyExport
This field is included when the form is exported or submitted.
(Inherited from Field.)
Public propertyFormatAction
The action that will be executed before a field is displayed.
(Inherited from ValueField.)
Public propertyFormattedValue
The Formatted Value.
(Inherited from ValueField.)
Public propertyFullName
The fully qualified name for this field.
(Inherited from Field.)
Public propertyKeyStrokeAction
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.)
Public propertyMappingName
Used when exporting data from the document.
(Inherited from Field.)
Public propertyOptions
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.
Public propertyReadOnly
Read-only state of this field.
(Inherited from Field.)
Public propertyRequiredMode
The required mode for this field.
(Inherited from Field.)
Public propertySpellCheckAllowed
Specifies whether spell-checking is allowed on this field.
Public propertyToolTip
The name of the field as used in the user interface.
(Inherited from Field.)
Public propertyValidateAction
An action that will be executed for field value validation (when setting the value).
(Inherited from ValueField.)
Public propertyValue
The value associated with this field.
(Inherited from ValueField.)
Public propertyWidgets
The asociated widgets for this field.
(Inherited from Field.)
Public propertyXfaInfo
Additional XFA specific information for this field.
(Inherited from Field.)

See Also