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

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

Private Properties

프로퍼티 타입 설명
EditorDropDownClosed void

공개 메소드들

메소드 설명
MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
NodeComboBox ( ) : System
UpdateEditor ( Control control ) : void

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

CalculateEditorSize() 보호된 메소드

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

CreateEditor() 보호된 메소드

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

DoApplyChanges() 보호된 메소드

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

MouseUp() 공개 메소드

public MouseUp ( TreeNodeAdvMouseEventArgs args ) : void
args TreeNodeAdvMouseEventArgs
리턴 void

NodeComboBox() 공개 메소드

public NodeComboBox ( ) : System
리턴 System

UpdateEditor() 공개 메소드

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