C# Class Habanero.Faces.Win.TreeViewWin

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

Private Properties

Свойство Type Description
GetITreeNode ITreeNode
GetTreeNode System.Windows.Forms.TreeNode

Méthodes publiques

Méthode Description
GetNodeAt ( int intX, int intY ) : ITreeNode

TreeViewWin ( ) : System

Constructs a new TreeViewWin

TreeViewWin ( IControlFactory controlFactory ) : System

Constructs a new TreeViewWin

Méthodes protégées

Méthode 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

Méthode Description
GetITreeNode ( TreeNode treeNode ) : ITreeNode
GetTreeNode ( ITreeNode treeNode ) : TreeNode

Method Details

GetNodeAt() public méthode

public GetNodeAt ( int intX, int intY ) : ITreeNode
intX int
intY int
Résultat ITreeNode

OnAfterCheck() protected méthode

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.
Résultat void

OnAfterCollapse() protected méthode

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.
Résultat void

OnAfterExpand() protected méthode

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.
Résultat void

OnAfterSelect() protected méthode

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.
Résultat void

OnBeforeCheck() protected méthode

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.
Résultat void

OnBeforeCollapse() protected méthode

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.
Résultat void

OnBeforeExpand() protected méthode

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

OnBeforeSelect() protected méthode

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.
Résultat void

TreeViewWin() public méthode

Constructs a new TreeViewWin
public TreeViewWin ( ) : System
Résultat System

TreeViewWin() public méthode

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

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void