The PasswordField type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PasswordField |
Create a new password field.
|
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 | |
|---|---|---|
| CalculateAction |
An action executed the reflect changes in other field value changes.
(Inherited from ValueField.) | |
| DefaultValue |
The default value associated with this field.
(Inherited from ValueField.) | |
| DisplayCharacter |
The Character (or string) used to hide the password
| |
| 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.
(Overrides ValueField..::..FormattedValue.) | |
| 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.) | |
| MaxLength |
The maximum characters that may be entered into this password field.
| |
| ReadOnly |
Read-only state of this field.
(Inherited from Field.) | |
| RequiredMode |
The required mode for this field.
(Inherited from 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.) |