C# Class CommonTools.TreeIterator

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET

Protected Properties

Свойство Type Description
m_callback NodeCallback
m_tree System.Windows.Forms.TreeView

Méthodes publiques

Méthode Description
Execute ( ) : TreeNode
TreeIterator ( System tree, NodeCallback cb ) : System

Méthodes protégées

Méthode Description
ExecuteNode ( TreeNode node, bool &doContinue ) : TreeNode

Method Details

Execute() public méthode

public Execute ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

ExecuteNode() protected méthode

protected ExecuteNode ( TreeNode node, bool &doContinue ) : TreeNode
node System.Windows.Forms.TreeNode
doContinue bool
Résultat System.Windows.Forms.TreeNode

TreeIterator() public méthode

public TreeIterator ( System tree, NodeCallback cb ) : System
tree System
cb NodeCallback
Résultat System

Property Details

m_callback protected_oe property

protected NodeCallback m_callback
Résultat NodeCallback

m_tree protected_oe property

protected TreeView,System.Windows.Forms m_tree
Résultat System.Windows.Forms.TreeView