C# Класс 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.
Наследование: IOnScreenKeyControlBuilder
Показать файл Открыть проект

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

Метод Описание
BuildControlForKey ( Models keyViewModel ) : object

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

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

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

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.
Результат object