C# 클래스 NAPS2.Util.KeyboardShortcutManager

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

공개 메소드들

메소드 설명
Assign ( string value, System.Action action ) : bool
Assign ( string value, Button item ) : bool
Assign ( string value, ToolStripButton item ) : bool
Assign ( string value, ToolStripMenuItem item ) : bool
Assign ( string value, ToolStripMenuItem item, System.Action action ) : bool
Assign ( string value, ToolStripSplitButton item ) : bool
Parse ( string value ) : Keys
Perform ( Keys keyData ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( string value, System.Action action ) : bool
value string
action System.Action
리턴 bool

Assign() 공개 메소드

public Assign ( string value, Button item ) : bool
value string
item System.Windows.Forms.Button
리턴 bool

Assign() 공개 메소드

public Assign ( string value, ToolStripButton item ) : bool
value string
item System.Windows.Forms.ToolStripButton
리턴 bool

Assign() 공개 메소드

public Assign ( string value, ToolStripMenuItem item ) : bool
value string
item System.Windows.Forms.ToolStripMenuItem
리턴 bool

Assign() 공개 메소드

public Assign ( string value, ToolStripMenuItem item, System.Action action ) : bool
value string
item System.Windows.Forms.ToolStripMenuItem
action System.Action
리턴 bool

Assign() 공개 메소드

public Assign ( string value, ToolStripSplitButton item ) : bool
value string
item System.Windows.Forms.ToolStripSplitButton
리턴 bool

Parse() 공개 메소드

public Parse ( string value ) : Keys
value string
리턴 Keys

Perform() 공개 메소드

public Perform ( Keys keyData ) : void
keyData Keys
리턴 void