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

Event args passed to word mouse events of the syntaxbox
상속: EventArgs
파일 보기 프로젝트 열기: ehasis/alsing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Button MouseButtons
Cursor Cursor
Pattern Pattern
Word Word

프로퍼티 상세

Button 공개적으로 프로퍼티

The mouse buttons that was pressed when the event fired
public MouseButtons Button
리턴 MouseButtons

Cursor 공개적으로 프로퍼티

Reference to a mouse cursor , developers can assign new values here to display new cursors for a given pattern
public Cursor Cursor
리턴 Cursor

Pattern 공개적으로 프로퍼티

The pattern that triggered the event
public Pattern Pattern
리턴 Pattern

Word 공개적으로 프로퍼티

The word where the event was fired
public Word Word
리턴 Word