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

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

Méthodes publiques

Свойство 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
Résultat 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
Résultat Cursor

Pattern public_oe property

The pattern that triggered the event
public Pattern Pattern
Résultat Pattern

Word public_oe property

The word where the event was fired
public Word Word
Résultat Word