C# Класс WinRTXamlToolkit.Controls.Extensions.PasswordAutoTabOnMaxLengthHandler

Handler object type for the AutoTabOnMaxLength property.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Detach ( ) : void

Detaches this instance.

PasswordAutoTabOnMaxLengthHandler ( PasswordBox associatedObject ) : System.ComponentModel

Initializes a new instance of the PasswordAutoTabOnMaxLengthHandler class.

Приватные методы

Метод Описание
AssociatedObjectOnKeyUp ( object sender, KeyRoutedEventArgs keyRoutedEventArgs ) : void
Attach ( PasswordBox associatedObject ) : void
IsSystemKey ( VirtualKey key ) : bool

Описание методов

Detach() публичный Метод

Detaches this instance.
public Detach ( ) : void
Результат void

PasswordAutoTabOnMaxLengthHandler() публичный Метод

Initializes a new instance of the PasswordAutoTabOnMaxLengthHandler class.
public PasswordAutoTabOnMaxLengthHandler ( PasswordBox associatedObject ) : System.ComponentModel
associatedObject Windows.UI.Xaml.Controls.PasswordBox The associated object.
Результат System.ComponentModel