C# Class WPFKeyboard.Controls.OnScreenKeyboardRow

Inheritance: System.Windows.Controls.Grid
ファイルを表示 Open project: pauldotknopf/WPFKeyboard

Public Methods

Method Description
OnScreenKeyboardRow ( OnScreenKeyboard onScreenKeyboard ) : System

Private Methods

Method Description
OnDataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
OnKeysCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void

Method Details

OnScreenKeyboardRow() public method

public OnScreenKeyboardRow ( OnScreenKeyboard onScreenKeyboard ) : System
onScreenKeyboard OnScreenKeyboard
return System