Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Treefrog
Windows
Controllers
CommandRegistry
C# 클래스 Treefrog.Windows.Controllers.CommandRegistry
파일 보기
프로젝트 열기: jaquadro/Treefrog
1 사용 예제들
공개 메소드들
메소드
설명
Lookup
(
CommandKey
key
) :
CommandRecord
Register
(
CommandRecord
inst
) :
void
비공개 메소드들
메소드
설명
CommandRegistry
( ) :
System.Collections.Generic
Register
(
CommandKey
key
,
string
displayName
,
Image
resource
= null,
Keys
shortcut
= Keys.None,
string
description
= null,
string
shortcutDisplay
= null ) :
void
메소드 상세
Lookup()
공개
메소드
public
Lookup
(
CommandKey
key
) :
CommandRecord
key
Treefrog.Presentation.Commands.CommandKey
리턴
CommandRecord
Register()
공개
메소드
public
Register
(
CommandRecord
inst
) :
void
inst
CommandRecord
리턴
void