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

Event args for mouse actions on the syntaxbox
Наследование: EventArgs
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Area RowArea
Button MouseButtons
MouseX int
MouseY int
Row Row

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

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

The area of the row where the event was fired
public RowArea Area
Результат RowArea

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

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

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

The X position of the mouse cursor when the event was fired
public int MouseX
Результат int

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

The Y position of the mouse cursor when the event was fired
public int MouseY
Результат int

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

The row where the event was fired
public Row Row
Результат Row