PasswordAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, Inherited=false)]
public class PasswordAttribute : MonoTouch.Dialog.EntryAttribute
type PasswordAttribute = class
inherit EntryAttribute
- Inheritance
- Attributes
Constructors
PasswordAttribute(String) |
Fields
AutocapitalizationType |
Controls the autocapitalization kind for the entry. (Inherited from EntryAttribute) |
AutocorrectionType |
Controls the autocorrection type for the entry. (Inherited from EntryAttribute) |
ClearButtonMode |
Controls whether the standard clear button widget appears on the entry. (Inherited from EntryAttribute) |
KeyboardType |
Specifies the kind of keyboard type to use for the data entry (Inherited from EntryAttribute) |
Placeholder |
The placeholder to display if the input string is empty (Inherited from EntryAttribute) |