C# 클래스 KeyCommandsLab.InputBindings

파일 보기 프로젝트 열기: danielwertheim/InputBindingCommand-Lab 1 사용 예제들

공개 메소드들

메소드 설명
DeregisterCommands ( ) : void
InputBindings ( Window bindingsOwner ) : System.Collections.Generic
RegisterCommands ( IEnumerable inputBindingCommands ) : void

메소드 상세

DeregisterCommands() 공개 메소드

public DeregisterCommands ( ) : void
리턴 void

InputBindings() 공개 메소드

public InputBindings ( Window bindingsOwner ) : System.Collections.Generic
bindingsOwner System.Windows.Window
리턴 System.Collections.Generic

RegisterCommands() 공개 메소드

public RegisterCommands ( IEnumerable inputBindingCommands ) : void
inputBindingCommands IEnumerable
리턴 void