C# 클래스 PsHandler.KeyCombination

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alt bool
CommandName string
Ctrl bool
Shift bool

공개 메소드들

메소드 설명
Equals ( KeyCombination kc ) : bool
KeyCombination ( Key selectedKey ) : System
KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift ) : System
KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift, string commandName ) : System
OnKeyCombinationPressed ( EventArgs e ) : void
OnKeyCombinationReleased ( EventArgs e ) : void
Parse ( string text ) : KeyCombination
Set ( Key selectedKey, bool ctrl, bool alt, bool shift ) : void
SetModifiers ( bool ctrl, bool alt, bool shift ) : void
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( KeyCombination kc ) : bool
kc KeyCombination
리턴 bool

KeyCombination() 공개 메소드

public KeyCombination ( Key selectedKey ) : System
selectedKey Key
리턴 System

KeyCombination() 공개 메소드

public KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift ) : System
selectedKey Key
ctrl bool
alt bool
shift bool
리턴 System

KeyCombination() 공개 메소드

public KeyCombination ( Key selectedKey, bool ctrl, bool alt, bool shift, string commandName ) : System
selectedKey Key
ctrl bool
alt bool
shift bool
commandName string
리턴 System

OnKeyCombinationPressed() 공개 메소드

public OnKeyCombinationPressed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnKeyCombinationReleased() 공개 메소드

public OnKeyCombinationReleased ( EventArgs e ) : void
e System.EventArgs
리턴 void

Parse() 공개 정적인 메소드

public static Parse ( string text ) : KeyCombination
text string
리턴 KeyCombination

Set() 공개 메소드

public Set ( Key selectedKey, bool ctrl, bool alt, bool shift ) : void
selectedKey Key
ctrl bool
alt bool
shift bool
리턴 void

SetModifiers() 공개 메소드

public SetModifiers ( bool ctrl, bool alt, bool shift ) : void
ctrl bool
alt bool
shift bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Alt 공개적으로 프로퍼티

public bool Alt
리턴 bool

CommandName 공개적으로 프로퍼티

public string CommandName
리턴 string

Ctrl 공개적으로 프로퍼티

public bool Ctrl
리턴 bool

Shift 공개적으로 프로퍼티

public bool Shift
리턴 bool