C# Class WPFKeyboard.DefaultOnScreenKeyControlBuilder

The default control builder for the keys. It builds a simple textbox that binds the to the Display property of the base key view model.
Inheritance: IOnScreenKeyControlBuilder
Afficher le fichier Open project: pauldotknopf/WPFKeyboard

Méthodes publiques

Méthode Description
BuildControlForKey ( Models keyViewModel ) : object

Build a WPF control to use as the template for the given key view model

Method Details

BuildControlForKey() public méthode

Build a WPF control to use as the template for the given key view model
public BuildControlForKey ( Models keyViewModel ) : object
keyViewModel Models The key view model.
Résultat object