C# Class ZForge.Controls.TreeViewAdv.Tree.ReorderColumnState

Inheritance: ColumnState
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
KeyDown ( KeyEventArgs args ) : void
MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
MouseMove ( MouseEventArgs args ) : bool
MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
ReorderColumnState ( TreeViewAdv tree, TreeColumn column, Point initialMouseLocation ) : System

Private Methods

Méthode Description
FinishResize ( ) : void

Method Details

KeyDown() public méthode

public KeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
Résultat void

MouseDown() public méthode

public MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

MouseMove() public méthode

public MouseMove ( MouseEventArgs args ) : bool
args MouseEventArgs
Résultat bool

MouseUp() public méthode

public MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

ReorderColumnState() public méthode

public ReorderColumnState ( TreeViewAdv tree, TreeColumn column, Point initialMouseLocation ) : System
tree TreeViewAdv
column TreeColumn
initialMouseLocation Point
Résultat System