|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| # |
CreateTreeViewNodes (TreeNodesCollection, Dictionary |
Loads nodes into a TreeNodesCollection for a given parent node or root |
|
| + |
LoadTreeViewNodes (TreeNodesCollection, Dictionary |
Loads nodes into a TreeNodesCollection |
|
| + |
LoadTreeViewNodes (UltraTree, Dictionary |
Loads nodes into the root nodes collection of an UltraTree |
|
Top
PROTECTED CreateTreeViewNodes (TreeNodesCollection, Dictionary
|
|||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
| Purpose: | Loads nodes into a TreeNodesCollection for a given parent node or root |
| Notes: |
| Parameters: | ||
| poNodes | Infragistics.Win.UltraWinTree.TreeNodesCollection | |
| The reference to the TreeNodesCollection to load nodes into | ||
| poImages |
System.Collections.Generic.Dictionary |
|
| The Dictionary used to look up images (optional) | ||
| pcParentNodeKey | CHARACTER | |
| The parent node key, pass "" for the root nodes | ||
|
|
|
|
| Purpose: | Loads nodes into a TreeNodesCollection |
| Notes: | Starts with records that have an empty ParentNodeKey value (EQ empty string) |
| Parameters: | ||
| poNodes | Infragistics.Win.UltraWinTree.TreeNodesCollection | |
| The reference to the TreeNodesCollection to load nodes into | ||
| poImages |
System.Collections.Generic.Dictionary |
|
| The Dictionary used to look up images (optional) | ||
| ttTreeViewMenu | TEMP-TABLE ttTreeViewMenu | |
| The ttTreeViewMenu temp-table that contains the data to load the nodes from | ||
|
|
|
|
| Purpose: | Loads nodes into the root nodes collection of an UltraTree |
| Notes: |
| Parameters: | ||
| poTreeView | Infragistics.Win.UltraWinTree.UltraTree | |
| The reference to the UltraTree Control to load nodes into | ||
| poImages |
System.Collections.Generic.Dictionary |
|
| The Dictionary used to look up images (optional) | ||
| ttTreeViewMenu | TEMP-TABLE ttTreeViewMenu | |
| The ttTreeViewMenu temp-table that contains the data to load the nodes from | ||
Temp-Table ttTreeViewMenuDefined in: |