TreeBar.PopulateTree(TreeView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Populates the tree.
protected:
void PopulateTree(System::Windows::Controls::TreeView ^ treeView);
protected void PopulateTree (System.Windows.Controls.TreeView treeView);
member this.PopulateTree : System.Windows.Controls.TreeView -> unit
Protected Sub PopulateTree (treeView As TreeView)
Parameters
- treeView
- TreeView
Specifies the tree view.