C# Класс WPFKeyboard.Controls.OnScreenKey

This is the button that represents a key on our keyboard
Наследование: System.Windows.Controls.Button
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsActiveProperty System.Windows.DependencyProperty

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

Метод Описание
OnScreenKey ( OnScreenKeyboard onScreenKeyboard ) : System

Initializes a new instance of the OnScreenKey class.

Защищенные методы

Метод Описание
OnIsPressedChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

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

Метод Описание
OnClick ( object sender, RoutedEventArgs routedEventArgs ) : void

This is raised when the button is released/clicked

OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

This is raised when the data context changes

OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs ) : void

This is raised when the mouse is pressed (but not released)

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

OnIsPressedChanged() защищенный Метод

protected OnIsPressedChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Результат void

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

Initializes a new instance of the OnScreenKey class.
public OnScreenKey ( OnScreenKeyboard onScreenKeyboard ) : System
onScreenKeyboard OnScreenKeyboard
Результат System

Описание свойств

IsActiveProperty публичное статическое свойство

See IsActive
public static DependencyProperty,System.Windows IsActiveProperty
Результат System.Windows.DependencyProperty