Class HtmlInputPassword
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlInputPassword : HtmlInputControlConstructors
HtmlInputPassword()
Declaration
public HtmlInputPassword()HtmlInputPassword(Element)
Properties
Disabled
Declaration
public bool Disabled { get; }Property Value
| System.Boolean 
 | 
Size
Declaration
public int Size { get; }Property Value
| System.Int32 
 | 
TabIndex
Declaration
public int TabIndex { get; }Property Value
| System.Int32 
 | 
Text
Declaration
public string Text { get; set; }Property Value
| System.String 
 |