C# 클래스 Habanero.Faces.Win.TreeViewWin

Displays a hierarchical collection of labeled items, each represented by a TreeNode
상속: System.Windows.Forms.TreeView, ITreeView
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

Private Properties

프로퍼티 타입 설명
GetITreeNode ITreeNode
GetTreeNode System.Windows.Forms.TreeNode

공개 메소드들

메소드 설명
GetNodeAt ( int intX, int intY ) : ITreeNode

TreeViewWin ( ) : System

Constructs a new TreeViewWin

TreeViewWin ( IControlFactory controlFactory ) : System

Constructs a new TreeViewWin

보호된 메소드들

메소드 설명
OnAfterCheck ( TreeViewEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.AfterCheck event.

OnAfterCollapse ( TreeViewEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.AfterCollapse event.

OnAfterExpand ( TreeViewEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.AfterExpand event.

OnAfterSelect ( TreeViewEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.AfterSelect event.

OnBeforeCheck ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.BeforeCheck event.

OnBeforeCollapse ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.BeforeCollapse event.

OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Raises the ITreeView.BeforeExpand event.

OnBeforeSelect ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Raises the E:System.Windows.Forms.TreeView.BeforeSelect event.

WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
GetITreeNode ( TreeNode treeNode ) : ITreeNode
GetTreeNode ( ITreeNode treeNode ) : TreeNode

메소드 상세

GetNodeAt() 공개 메소드

public GetNodeAt ( int intX, int intY ) : ITreeNode
intX int
intY int
리턴 ITreeNode

OnAfterCheck() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.AfterCheck event.
protected OnAfterCheck ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs A that contains the event data.
리턴 void

OnAfterCollapse() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.AfterCollapse event.
protected OnAfterCollapse ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs A that contains the event data.
리턴 void

OnAfterExpand() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.AfterExpand event.
protected OnAfterExpand ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs A that contains the event data.
리턴 void

OnAfterSelect() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.AfterSelect event.
protected OnAfterSelect ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs A that contains the event data.
리턴 void

OnBeforeCheck() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.BeforeCheck event.
protected OnBeforeCheck ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs A that contains the event data.
리턴 void

OnBeforeCollapse() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.BeforeCollapse event.
protected OnBeforeCollapse ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs A that contains the event data.
리턴 void

OnBeforeExpand() 보호된 메소드

Raises the ITreeView.BeforeExpand event.
protected OnBeforeExpand ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs A that contains the event data.
리턴 void

OnBeforeSelect() 보호된 메소드

Raises the E:System.Windows.Forms.TreeView.BeforeSelect event.
protected OnBeforeSelect ( System.Windows.Forms.TreeViewCancelEventArgs e ) : void
e System.Windows.Forms.TreeViewCancelEventArgs A that contains the event data.
리턴 void

TreeViewWin() 공개 메소드

Constructs a new TreeViewWin
public TreeViewWin ( ) : System
리턴 System

TreeViewWin() 공개 메소드

Constructs a new TreeViewWin
public TreeViewWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory The Control Factory to use to construct new nodes
리턴 System

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void