C# 클래스 Alsing.Windows.Forms.SyntaxBox.KeyboardAction

Instances of this class represents a relation between pressed keys and a delegate
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
KeyboardAction ( ) : System.Windows.Forms
KeyboardAction ( Keys key, bool shift, bool control, bool alt, bool allowreadonly, ActionDelegate actionDelegate ) : System.Windows.Forms

메소드 상세

KeyboardAction() 공개 메소드

public KeyboardAction ( ) : System.Windows.Forms
리턴 System.Windows.Forms

KeyboardAction() 공개 메소드

public KeyboardAction ( Keys key, bool shift, bool control, bool alt, bool allowreadonly, ActionDelegate actionDelegate ) : System.Windows.Forms
key Keys
shift bool
control bool
alt bool
allowreadonly bool
actionDelegate ActionDelegate
리턴 System.Windows.Forms