C# 클래스 ComponentFactory.Krypton.Docking.DragTargetNull

Target that never matches and so acts as a null drag target.
상속: DragTarget
파일 보기 프로젝트 열기: Cocotteseb/Krypton

공개 메소드들

메소드 설명
DragTargetNull ( ) : System

Initialize a new instance of the DragTargetNull class.

PerformDrop ( Point screenPt, PageDragEndData data ) : bool

Perform the drop action associated with the target.

메소드 상세

DragTargetNull() 공개 메소드

Initialize a new instance of the DragTargetNull class.
public DragTargetNull ( ) : System
리턴 System

PerformDrop() 공개 메소드

Perform the drop action associated with the target.
public PerformDrop ( Point screenPt, PageDragEndData data ) : bool
screenPt Point Position in screen coordinates.
data ComponentFactory.Krypton.Navigator.PageDragEndData Data to pass to the target to process drop.
리턴 bool