C# 클래스 ComponentFactory.Krypton.Toolkit.ButtonDragRectangleEventArgs

Details for an event that discovers the rectangle that the mouse has to leave to begin dragging.
상속: System.EventArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
ButtonDragRectangleEventArgs ( Point point ) : System

Initialize a new instance of the ButtonDragRectangleEventArgs class.

메소드 상세

ButtonDragRectangleEventArgs() 공개 메소드

Initialize a new instance of the ButtonDragRectangleEventArgs class.
public ButtonDragRectangleEventArgs ( Point point ) : System
point Point Left mouse down point.
리턴 System