C# Класс NppSharp.DoubleClickEventArgs

Arguments for double-click events.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DoubleClickEventArgs ( int pos, bool ctrl, bool alt, bool shift ) : System

Creates the event arguments object.

Описание методов

DoubleClickEventArgs() публичный Метод

Creates the event arguments object.
public DoubleClickEventArgs ( int pos, bool ctrl, bool alt, bool shift ) : System
pos int The position where the double-click occurred
ctrl bool A flag indicating if the control key was pressed during the double-click.
alt bool A flag indicating if the alt key was pressed during the double-click.
shift bool A flag indicating if the shift key was pressed during the double-click.
Результат System