C# Class SylphyHorn.UI.Controls.ShortcutKeyBox

Inheritance: Windows.UI.Xaml.Controls.TextBox
Afficher le fichier Open project: Grabacr07/SylphyHorn

Méthodes publiques

Свойство Type Description
CurrentProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Свойство Type Description
CurrentPropertyChangedCallback void
GetShortcutKey SylphyHorn.Services.ShortcutKey
ShortcutKeyBox System.Collections.Generic
UpdateText void
UpdateVisual void

Méthodes publiques

Méthode Description
ShortcutKeyBox ( ) : System

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void
OnGotFocus ( RoutedEventArgs e ) : void
OnGotKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void
OnKeyDown ( KeyRoutedEventArgs e ) : void
OnKeyUp ( KeyRoutedEventArgs e ) : void
OnPreviewKeyDown ( KeyEventArgs e ) : void
OnPreviewKeyUp ( KeyEventArgs e ) : void

Private Methods

Méthode Description
CurrentPropertyChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs args ) : void
GetShortcutKey ( ) : ShortcutKey
ShortcutKeyBox ( ) : System.Collections.Generic
UpdateText ( ) : void
UpdateVisual ( ) : void

Method Details

OnApplyTemplate() protected méthode

protected OnApplyTemplate ( ) : void
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( RoutedEventArgs e ) : void
e Windows.UI.Xaml.RoutedEventArgs
Résultat void

OnGotKeyboardFocus() protected méthode

protected OnGotKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void
e KeyboardFocusChangedEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnPreviewKeyUp() protected méthode

protected OnPreviewKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

ShortcutKeyBox() public méthode

public ShortcutKeyBox ( ) : System
Résultat System

Property Details

CurrentProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CurrentProperty
Résultat Windows.UI.Xaml.DependencyProperty