C# Class ImageGlass.ImageListView.ItemClickEventArgs

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
ItemClickEventArgs ( ImageGlass.ImageListView.ImageListViewItem item, int subItemIndex, Point location, MouseButtons buttons ) : System

Initializes a new instance of the ItemClickEventArgs class.

Method Details

ItemClickEventArgs() public méthode

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.
Résultat System