Class BindablePasswordBox
Inheritance
BindablePasswordBox
Inherited Members
Namespace: SdlSdl.DesktopSdl.Desktop.PlatformSdl.Desktop.Platform.ControlsControls
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 |
---|---|
DependencyProperty |
PasswordProperty
Declaration
public static readonly DependencyProperty PasswordProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
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 | |
RoutedEventArgs | e |
Events
PasswordChanged
Declaration
public event RoutedEventHandler PasswordChanged
Event Type
Type | Description |
---|---|
RoutedEventHandler |