Search Results for

    Show / Hide Table of Contents

    Class BindablePasswordBox

    Inheritance
    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
    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
    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
    Object sender
    RoutedEventArgs e

    Events

    PasswordChanged

    Declaration
    public event RoutedEventHandler PasswordChanged
    Event Type
    Type Description
    RoutedEventHandler

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX