C# Class Alsing.Windows.Forms.SyntaxBox.RowMouseEventArgs

Event args for mouse actions on the syntaxbox
Inheritance: EventArgs
Exibir arquivo Open project: ehasis/alsing Class Usage Examples

Public Properties

Property Type Description
Area RowArea
Button MouseButtons
MouseX int
MouseY int
Row Row

Property Details

Area public_oe property

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

Button public_oe property

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

MouseX public_oe property

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

MouseY public_oe property

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

Row public_oe property

The row where the event was fired
public Row Row
return Row