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

Event args passed to word mouse events of the syntaxbox
Inheritance: EventArgs
Show file Open project: ehasis/alsing Class Usage Examples

Public Properties

Property Type Description
Button MouseButtons
Cursor Cursor
Pattern Pattern
Word Word

Property Details

Button public property

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

Cursor public property

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

Pattern public property

The pattern that triggered the event
public Pattern Pattern
return Pattern

Word public property

The word where the event was fired
public Word Word
return Word