C# 클래스 ARCed.Scintilla.KeyBinding

Represents the Binding Combination of a Keyboard Key + Modifiers
파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Overridden.

GetHashCode ( ) : int

Overridden

KeyBinding ( Keys keycode, Keys modifiers ) : System.Windows.Forms

Initializes a new instance of the KeyBinding structure.

ToString ( ) : string

Overridden. Returns string representation of the Keyboard shortcut

메소드 상세

Equals() 공개 메소드

Overridden.
public Equals ( object obj ) : bool
obj object Another KeyBinding struct
리턴 bool

GetHashCode() 공개 메소드

Overridden
public GetHashCode ( ) : int
리턴 int

KeyBinding() 공개 메소드

Initializes a new instance of the KeyBinding structure.
public KeyBinding ( Keys keycode, Keys modifiers ) : System.Windows.Forms
keycode Keys Key to trigger command
modifiers Keys key modifiers to the Keyboard shortcut
리턴 System.Windows.Forms

ToString() 공개 메소드

Overridden. Returns string representation of the Keyboard shortcut
public ToString ( ) : string
리턴 string