C# Класс Alsing.Windows.Forms.SyntaxBox.WordMouseEventArgs

Event args passed to word mouse events of the syntaxbox
Наследование: EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Button MouseButtons
Cursor Cursor
Pattern Pattern
Word Word

Описание свойств

Button публичное свойство

The mouse buttons that was pressed when the event fired
public MouseButtons Button
Результат MouseButtons

Cursor публичное свойство

Reference to a mouse cursor , developers can assign new values here to display new cursors for a given pattern
public Cursor Cursor
Результат Cursor

Pattern публичное свойство

The pattern that triggered the event
public Pattern Pattern
Результат Pattern

Word публичное свойство

The word where the event was fired
public Word Word
Результат Word