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

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

Méthodes publiques

Méthode Description
KeyDown ( KeyEventArgs args ) : void
MouseDown ( TreeNodeAdvMouseEventArgs args ) : void
MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
NormalInputState ( TreeViewAdv tree ) : System

Méthodes protégées

Méthode Description
CanSelect ( TreeNodeAdv node ) : bool
DoMouseOperation ( TreeNodeAdvMouseEventArgs args ) : void
FocusRow ( TreeNodeAdv node ) : void
MouseDownAtEmptySpace ( TreeNodeAdvMouseEventArgs args ) : void

Private Methods

Méthode Description
NavigateBackward ( int n ) : void
NavigateForward ( int n ) : void

Method Details

CanSelect() protected méthode

protected CanSelect ( TreeNodeAdv node ) : bool
node TreeNodeAdv
Résultat bool

DoMouseOperation() protected méthode

protected DoMouseOperation ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

FocusRow() protected méthode

protected FocusRow ( TreeNodeAdv node ) : void
node TreeNodeAdv
Résultat void

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

MouseDownAtEmptySpace() protected méthode

protected MouseDownAtEmptySpace ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
Résultat void

MouseUp() public méthode

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

NormalInputState() public méthode

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