C# 클래스 AdvancedPageDragAndDrop.PageDragTreeView

TreeView customized to work with KryptonPage drag and drop.
상속: System.Windows.Forms.TreeView, IDragTargetProvider
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PageDragEnd void
PageDragMove void
PageDragQuit void
PageDragStart void

공개 메소드들

메소드 설명
GenerateDragTargets ( PageDragEndData dragEndData ) : DragTargetList

Generate a list of drag targets that are relevant to the provided end data.

PageDragTreeView ( ) : System

Initialize a new instance of the PageDragTreeView class.

보호된 메소드들

메소드 설명
OnMouseDown ( MouseEventArgs e ) : void

Raises the MouseDown event.

OnMouseMove ( MouseEventArgs e ) : void

Raises the MouseMove event.

OnMouseUp ( MouseEventArgs e ) : void

Raises the MouseUp event.

비공개 메소드들

메소드 설명
PageDragEnd ( Point pt ) : void
PageDragMove ( Point pt ) : void
PageDragQuit ( ) : void
PageDragStart ( Point pt ) : void

메소드 상세

GenerateDragTargets() 공개 메소드

Generate a list of drag targets that are relevant to the provided end data.
public GenerateDragTargets ( PageDragEndData dragEndData ) : DragTargetList
dragEndData ComponentFactory.Krypton.Navigator.PageDragEndData Pages data being dragged.
리턴 DragTargetList

OnMouseDown() 보호된 메소드

Raises the MouseDown event.
protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

OnMouseMove() 보호된 메소드

Raises the MouseMove event.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

OnMouseUp() 보호된 메소드

Raises the MouseUp event.
protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs A MouseEventArgs that contains the event data.
리턴 void

PageDragTreeView() 공개 메소드

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