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
파일 보기 프로젝트 열기: pauldotknopf/WPFKeyboard

공개 메소드들

메소드 설명
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