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

Inheritance: NodeTextBox
Datei anzeigen Open project: zhuangyy/Motion

Private Properties

Property Type Description

Public Methods

Method Description
NodeIntegerTextBox ( ) : System

Protected Methods

Method Description
CreateTextBox ( ) : TextBox
DoApplyChanges ( TreeNodeAdv node, Control editor ) : void

Method Details

CreateTextBox() protected method

protected CreateTextBox ( ) : TextBox
return System.Windows.Forms.TextBox

DoApplyChanges() protected method

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

NodeIntegerTextBox() public method

public NodeIntegerTextBox ( ) : System
return System