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

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

Public Methods

Method Description
InputWithControl ( TreeViewAdv tree ) : System

Protected Methods

Method Description
DoMouseOperation ( TreeNodeAdvMouseEventArgs args ) : void
MouseDownAtEmptySpace ( TreeNodeAdvMouseEventArgs args ) : void

Method Details

DoMouseOperation() protected method

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

InputWithControl() public method

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

MouseDownAtEmptySpace() protected method

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