Class BindablePasswordBox
Inheritance
System.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 |
System.Windows.DependencyProperty |
|
Declaration
public static readonly DependencyProperty PasswordProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int PasswordMaxLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public override void OnApplyTemplate()
Declaration
public void passwordDp_PasswordChanged(object sender, RoutedEventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.Windows.RoutedEventArgs |
e |
|
Events
Declaration
public event RoutedEventHandler PasswordChanged
Event Type
Type |
Description |
System.Windows.RoutedEventHandler |
|
Extension Methods