Class BindablePasswordBox
Inheritance
BindablePasswordBox
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Controls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public class BindablePasswordBox : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
Constructors
BindablePasswordBox()
Declaration
public BindablePasswordBox()
Fields
PasswordMaxLengthProperty
Declaration
public static readonly DependencyProperty PasswordMaxLengthProperty
Field Value
Type | Description |
---|---|
Dependency |
PasswordProperty
Declaration
public static readonly DependencyProperty PasswordProperty
Field Value
Type | Description |
---|---|
Dependency |
Properties
Password
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
string |
PasswordMaxLength
Declaration
public int PasswordMaxLength { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
passwordDp_PasswordChanged(object, RoutedEventArgs)
Declaration
public void passwordDp_PasswordChanged(object sender, RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
object | sender | |
Routed |
e |
Events
PasswordChanged
Declaration
public event RoutedEventHandler PasswordChanged
Event Type
Type | Description |
---|---|
Routed |