C# Класс ImageGlass.ImageListView.ItemClickEventArgs

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ItemClickEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, Point location, MouseButtons buttons ) : System

Initializes a new instance of the ItemClickEventArgs class.

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

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

Initializes a new instance of the ItemClickEventArgs class.
public ItemClickEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, Point location, MouseButtons buttons ) : System
item ImageGlass.ImageListView.ImageListViewItem The item that is the target of this event.
subItemIndex int Gets the index of the sub item under the hit point.
location Point The location of the mouse.
buttons MouseButtons One of the System.Windows.Forms.MouseButtons values /// indicating which mouse button was pressed.
Результат System