C# Class ZForge.Controls.TreeViewAdv.Tree.NodeControls.NodeComboBox

Inheritance: BaseTextControl
Datei anzeigen Open project: zhuangyy/Motion

Private Properties

Property Type Description
EditorDropDownClosed void

Public Methods

Method Description
MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
NodeComboBox ( ) : System
UpdateEditor ( Control control ) : void

Protected Methods

Method Description
CalculateEditorSize ( EditorContext context ) : Size
CreateEditor ( TreeNodeAdv node ) : Control
DoApplyChanges ( TreeNodeAdv node, Control editor ) : void

Private Methods

Method Description
EditorDropDownClosed ( object sender, EventArgs e ) : void

Method Details

CalculateEditorSize() protected method

protected CalculateEditorSize ( EditorContext context ) : Size
context EditorContext
return System.Drawing.Size

CreateEditor() protected method

protected CreateEditor ( TreeNodeAdv node ) : Control
node TreeNodeAdv
return System.Windows.Forms.Control

DoApplyChanges() protected method

protected DoApplyChanges ( TreeNodeAdv node, Control editor ) : void
node TreeNodeAdv
editor System.Windows.Forms.Control
return void

MouseUp() public method

public MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
return void

NodeComboBox() public method

public NodeComboBox ( ) : System
return System

UpdateEditor() public method

public UpdateEditor ( Control control ) : void
control System.Windows.Forms.Control
return void