C# 클래스 ZForge.Controls.TreeViewAdv.Tree.ReorderColumnState

상속: ColumnState
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
KeyDown ( KeyEventArgs args ) : void
MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
MouseMove ( MouseEventArgs args ) : bool
MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
ReorderColumnState ( TreeViewAdv tree, TreeColumn column, Point initialMouseLocation ) : System

비공개 메소드들

메소드 설명
FinishResize ( ) : void

메소드 상세

KeyDown() 공개 메소드

public KeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
리턴 void

MouseDown() 공개 메소드

public MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
리턴 void

MouseMove() 공개 메소드

public MouseMove ( MouseEventArgs args ) : bool
args MouseEventArgs
리턴 bool

MouseUp() 공개 메소드

public MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
리턴 void

ReorderColumnState() 공개 메소드

public ReorderColumnState ( TreeViewAdv tree, TreeColumn column, Point initialMouseLocation ) : System
tree TreeViewAdv
column TreeColumn
initialMouseLocation Point
리턴 System