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

Details for an cancellable event that provides a position, offset and control value.
상속: PointEventCancelArgs
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
DragStartEventCancelArgs ( Point point, Point offset, Control c ) : System

Initialize a new instance of the DragStartEventCancelArgs class.

메소드 상세

DragStartEventCancelArgs() 공개 메소드

Initialize a new instance of the DragStartEventCancelArgs class.
public DragStartEventCancelArgs ( Point point, Point offset, Control c ) : System
point Point Point associated with event.
offset Point Offset associated with event.
c System.Windows.Forms.Control Control that is generating the drag start.
리턴 System