PasswordBox
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class PasswordBox : Control, IAutomationPeer, IPeerConverter, IControl, IPasswordBox, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlPasswordBox...
Implements:
Inherited Members
Constructors
C#
public PasswordBox()
Fields
C#
public static AutomationProperty CaretBrushProperty
C#
public static AutomationProperty MaxLengthProperty
C#
public static AutomationProperty PasswordCharProperty
C#
public static AutomationProperty PasswordProperty
C#
public static AutomationProperty SelectionBackgroundProperty
C#
public static AutomationProperty SelectionForegroundProperty
Properties
C#
public Brush CaretBrush { get; set; }
C#
public char PasswordChar { get; set; }
Implements:
C#
public Brush SelectionBackground { get; set; }
C#
public Brush SelectionForeground { get; set; }