C# 클래스 ImageGlass.ImageListView.ItemClickEventArgs

파일 보기 프로젝트 열기: d2phap/ImageGlass 1 사용 예제들

공개 메소드들

메소드 설명
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