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

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

Public Properties

Property Type Description
Button MouseButtons
Cursor Cursor
Pattern Pattern
Word Word

Property Details

Button public_oe property

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

Cursor public_oe 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_oe property

The pattern that triggered the event
public Pattern Pattern
return Pattern

Word public_oe property

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