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

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

Méthodes publiques

Méthode Description
InputWithShift ( TreeViewAdv tree ) : System

Méthodes protégées

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

Private Methods

Méthode Description
SelectAllFromStart ( TreeNodeAdv node ) : void

Method Details

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

InputWithShift() public méthode

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

MouseDownAtEmptySpace() protected méthode

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