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

Inheritance: NormalInputState
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
InputWithShift ( TreeViewAdv tree ) : System

Protected Methods

Method Description
DoMouseOperation ( TreeNodeAdvMouseEventArgs args ) : void
FocusRow ( TreeNodeAdv node ) : void
MouseDownAtEmptySpace ( TreeNodeAdvMouseEventArgs args ) : void

Private Methods

Method Description
SelectAllFromStart ( TreeNodeAdv node ) : void

Method Details

DoMouseOperation() protected method

protected DoMouseOperation ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
return void

FocusRow() protected method

protected FocusRow ( TreeNodeAdv node ) : void
node TreeNodeAdv
return void

InputWithShift() public method

public InputWithShift ( TreeViewAdv tree ) : System
tree TreeViewAdv
return System

MouseDownAtEmptySpace() protected method

protected MouseDownAtEmptySpace ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
return void