C# 클래스 ImageGlass.ImageListView.ColumnClickEventArgs

파일 보기 프로젝트 열기: d2phap/ImageGlass

공개 메소드들

메소드 설명
ColumnClickEventArgs ( ImageListView column, Point location, MouseButtons buttons ) : System

Initializes a new instance of the ColumnClickEventArgs class.

메소드 상세

ColumnClickEventArgs() 공개 메소드

Initializes a new instance of the ColumnClickEventArgs class.
public ColumnClickEventArgs ( ImageListView column, Point location, MouseButtons buttons ) : System
column ImageListView The column that is the target of this event.
location Point The location of the mouse.
buttons MouseButtons One of the System.Windows.Forms.MouseButtons values /// indicating which mouse button was pressed.
리턴 System