C# Class Habanero.Faces.Win.TreeViewWin

Displays a hierarchical collection of labeled items, each represented by a TreeNode
Inheritance: System.Windows.Forms.TreeView, ITreeView
Show file Open project: Chillisoft/habanero.faces

Private Properties

Property Type Description
GetITreeNode ITreeNode
GetTreeNode System.Windows.Forms.TreeNode

Public Methods

Method Description
GetNodeAt ( int intX, int intY ) : ITreeNode

TreeViewWin ( ) : System

Constructs a new TreeViewWin

TreeViewWin ( IControlFactory controlFactory ) : System

Constructs a new TreeViewWin

Protected Methods

Method Description
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

Private Methods

Method Description
GetITreeNode ( TreeNode treeNode ) : ITreeNode
GetTreeNode ( ITreeNode treeNode ) : TreeNode

Method Details

GetNodeAt() public method

public GetNodeAt ( int intX, int intY ) : ITreeNode
intX int
intY int
return ITreeNode

OnAfterCheck() protected method

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.
return void

OnAfterCollapse() protected method

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.
return void

OnAfterExpand() protected method

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.
return void

OnAfterSelect() protected method

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.
return void

OnBeforeCheck() protected method

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.
return void

OnBeforeCollapse() protected method

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.
return void

OnBeforeExpand() protected method

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

OnBeforeSelect() protected method

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.
return void

TreeViewWin() public method

Constructs a new TreeViewWin
public TreeViewWin ( ) : System
return System

TreeViewWin() public method

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

WndProc() protected method

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