C# Class SylphyHorn.UI.Controls.ShortcutKeyBox

Inheritance: Windows.UI.Xaml.Controls.TextBox
ファイルを表示 Open project: Grabacr07/SylphyHorn

Public Properties

Property Type Description
CurrentProperty Windows.UI.Xaml.DependencyProperty

Private Properties

Property Type Description
CurrentPropertyChangedCallback void
GetShortcutKey SylphyHorn.Services.ShortcutKey
ShortcutKeyBox System.Collections.Generic
UpdateText void
UpdateVisual void

Public Methods

Method Description
ShortcutKeyBox ( ) : System

Protected Methods

Method 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

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

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e Windows.UI.Xaml.RoutedEventArgs
return void

OnGotKeyboardFocus() protected method

protected OnGotKeyboardFocus ( KeyboardFocusChangedEventArgs e ) : void
e KeyboardFocusChangedEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyRoutedEventArgs e ) : void
e Windows.UI.Xaml.Input.KeyRoutedEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnPreviewKeyUp() protected method

protected OnPreviewKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
return void

ShortcutKeyBox() public method

public ShortcutKeyBox ( ) : System
return System

Property Details

CurrentProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml CurrentProperty
return Windows.UI.Xaml.DependencyProperty