The PasswordField type exposes the following members.

Constructors

  NameDescription
Public methodPasswordField
Create a new password field.

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 propertyCalculateAction
An action executed the reflect changes in other field value changes.
(Inherited from ValueField.)
Public propertyDefaultValue
The default value associated with this field.
(Inherited from ValueField.)
Public propertyDisplayCharacter
The Character (or string) used to hide the password
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.
(Overrides ValueField..::..FormattedValue.)
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 propertyMaxLength
The maximum characters that may be entered into this password field.
Public propertyReadOnly
Read-only state of this field.
(Inherited from Field.)
Public propertyRequiredMode
The required mode for this field.
(Inherited from 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