Search Results for

    Show / Hide Table of Contents

    Class BindablePasswordBox

    Inheritance
    System.Object
    BindablePasswordBox
    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class BindablePasswordBox : Control

    Constructors

    BindablePasswordBox()

    Declaration
    public BindablePasswordBox()

    Fields

    PasswordMaxLengthProperty

    Declaration
    public static readonly DependencyProperty PasswordMaxLengthProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    PasswordProperty

    Declaration
    public static readonly DependencyProperty PasswordProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    System.String

    PasswordMaxLength

    Declaration
    public int PasswordMaxLength { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    passwordDp_PasswordChanged(Object, RoutedEventArgs)

    Declaration
    public void passwordDp_PasswordChanged(object sender, RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.Windows.RoutedEventArgs e

    Events

    PasswordChanged

    Declaration
    public event RoutedEventHandler PasswordChanged
    Event Type
    Type Description
    System.Windows.RoutedEventHandler

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • BindablePasswordBox()
    • Fields
      • PasswordMaxLengthProperty
      • PasswordProperty
    • Properties
      • Password
      • PasswordMaxLength
    • Methods
      • OnApplyTemplate()
      • passwordDp_PasswordChanged(Object, RoutedEventArgs)
    • Events
      • PasswordChanged
    • Extension Methods
    Back to top Generated by DocFX