C# 클래스 ZForge.Controls.TreeViewAdv.Tree.NodeControls.NodeTextBox

상속: BaseTextControl
파일 보기 프로젝트 열기: zhuangyy/Motion

Private Properties

프로퍼티 타입 설명
textBox_TextChanged void

공개 메소드들

메소드 설명
Copy ( ) : void
Cut ( ) : void
Delete ( ) : void
KeyDown ( KeyEventArgs args ) : void
NodeTextBox ( ) : System
Paste ( ) : void

보호된 메소드들

메소드 설명
CalculateEditorSize ( EditorContext context ) : Size
CreateEditor ( TreeNodeAdv node ) : Control
CreateTextBox ( ) : TextBox
DoApplyChanges ( TreeNodeAdv node, Control editor ) : void
OnLabelChanged ( ) : void

비공개 메소드들

메소드 설명
textBox_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

CalculateEditorSize() 보호된 메소드

protected CalculateEditorSize ( EditorContext context ) : Size
context EditorContext
리턴 System.Drawing.Size

Copy() 공개 메소드

public Copy ( ) : void
리턴 void

CreateEditor() 보호된 메소드

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

CreateTextBox() 보호된 메소드

protected CreateTextBox ( ) : TextBox
리턴 System.Windows.Forms.TextBox

Cut() 공개 메소드

public Cut ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DoApplyChanges() 보호된 메소드

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

KeyDown() 공개 메소드

public KeyDown ( KeyEventArgs args ) : void
args System.Windows.Forms.KeyEventArgs
리턴 void

NodeTextBox() 공개 메소드

public NodeTextBox ( ) : System
리턴 System

OnLabelChanged() 보호된 메소드

protected OnLabelChanged ( ) : void
리턴 void

Paste() 공개 메소드

public Paste ( ) : void
리턴 void