C# Class GoogleCloudExtension.Controls.PasswordBoxWithReveal

This class implements a control that allows the extension to show the password safely to the user.
Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: GoogleCloudPlatform/google-cloud-visualstudio

Méthodes publiques

Свойство Type Description
PasswordProperty System.Windows.DependencyProperty
ShowingPasswordProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
OnPasswordPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRevealClicked ( object sender, RoutedEventArgs e ) : void
UpdatePassword ( string newValue ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

Property Details

PasswordProperty public_oe static_oe property

public static DependencyProperty,System.Windows PasswordProperty
Résultat System.Windows.DependencyProperty

ShowingPasswordProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowingPasswordProperty
Résultat System.Windows.DependencyProperty