C# 클래스 ARCed.Scintilla.MarginClickEventArgs

Provides data for the MarginClick event
상속: System.EventArgs
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
MarginClickEventArgs ( Keys modifiers, int position, Line line, Margin margin, int toggleMarkerNumber, bool toggleFold ) : System

Initializes a new instance of the MarginClickEventArgs class.

메소드 상세

MarginClickEventArgs() 공개 메소드

Initializes a new instance of the MarginClickEventArgs class.
public MarginClickEventArgs ( Keys modifiers, int position, Line line, Margin margin, int toggleMarkerNumber, bool toggleFold ) : System
modifiers Keys /// Any Modifier keys (shift, alt, ctrl) that were in use at the /// time the click event occured ///
position int Document position of the line where the click occured
line Line Document line # where the click occured
margin Margin Margin where the click occured
toggleMarkerNumber int marker number that should be toggled in result of the click
toggleFold bool Whether the fold at the current line should be toggled
리턴 System