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

Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
InputState ( TreeViewAdv tree ) : System
KeyDown ( System args ) : void
MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
MouseMove ( MouseEventArgs args ) : bool

handle OnMouseMove event

MouseUp ( TreeNodeAdvMouseEventArgs args ) : void

Method Details

InputState() public méthode

public InputState ( TreeViewAdv tree ) : System
tree TreeViewAdv
Résultat System

KeyDown() public abstract méthode

public abstract KeyDown ( System args ) : void
args System
Résultat void

MouseDown() public abstract méthode

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

MouseMove() public méthode

handle OnMouseMove event
public MouseMove ( MouseEventArgs args ) : bool
args System.Windows.Forms.MouseEventArgs
Résultat bool

MouseUp() public abstract méthode

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