Class BindablePasswordBox
Inheritance
Object
BindablePasswordBox
Assembly: Sdl.Desktop.Platform.Controls.dll
public class BindablePasswordBox : Control
Constructors
Declaration
public BindablePasswordBox()
Fields
Declaration
public static readonly DependencyProperty PasswordMaxLengthProperty
Field Value
Type |
Description |
DependencyProperty |
|
Declaration
public static readonly DependencyProperty PasswordProperty
Field Value
Type |
Description |
DependencyProperty |
|
Properties
Declaration
public string Password { get; set; }
Property Value
Declaration
public int PasswordMaxLength { get; set; }
Property Value
Methods
Declaration
public override void OnApplyTemplate()
Declaration
public void passwordDp_PasswordChanged(object sender, RoutedEventArgs e)
Parameters
Type |
Name |
Description |
Object |
sender |
|
RoutedEventArgs |
e |
|
Events
Declaration
public event RoutedEventHandler PasswordChanged
Event Type
Type |
Description |
RoutedEventHandler |
|
Extension Methods