C# 클래스 Rsdn.Shortcuts.CustomShortcut

상속: ICloneable
파일 보기 프로젝트 열기: rsdn/janus 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindShortcutMethod string
Initialize void

공개 메소드들

메소드 설명
Clone ( ) : object
CustomShortcut ( Type owner, string name ) : System
CustomShortcut ( Type owner, string name, IEnumerable children ) : System
ProcessMessageKey ( Control control, Keys keys, ShortcutManager manager ) : bool

비공개 메소드들

메소드 설명
FindShortcutMethod ( Keys key ) : string
Initialize ( Type owner, string name ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CustomShortcut() 공개 메소드

public CustomShortcut ( Type owner, string name ) : System
owner System.Type
name string
리턴 System

CustomShortcut() 공개 메소드

public CustomShortcut ( Type owner, string name, IEnumerable children ) : System
owner System.Type
name string
children IEnumerable
리턴 System

ProcessMessageKey() 공개 메소드

public ProcessMessageKey ( Control control, Keys keys, ShortcutManager manager ) : bool
control System.Windows.Forms.Control
keys Keys
manager ShortcutManager
리턴 bool