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

Event args for mouse actions on the syntaxbox
상속: EventArgs
파일 보기 프로젝트 열기: ehasis/alsing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Area RowArea
Button MouseButtons
MouseX int
MouseY int
Row Row

프로퍼티 상세

Area 공개적으로 프로퍼티

The area of the row where the event was fired
public RowArea Area
리턴 RowArea

Button 공개적으로 프로퍼티

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

MouseX 공개적으로 프로퍼티

The X position of the mouse cursor when the event was fired
public int MouseX
리턴 int

MouseY 공개적으로 프로퍼티

The Y position of the mouse cursor when the event was fired
public int MouseY
리턴 int

Row 공개적으로 프로퍼티

The row where the event was fired
public Row Row
리턴 Row