PowerSNMP for .NET
Populate Method (MibNodes)




The TreeView object to populate.
Populates a TreeView with MibNode objects. Available in .NET Framework only.
Syntax
Public Sub Populate( _
   ByVal treeView As TreeView _
) 
Dim instance As MibNodes
Dim treeView As TreeView
 
instance.Populate(treeView)
public void Populate( 
   TreeView treeView
)
public: void Populate( 
   TreeView* treeView
) 
public:
void Populate( 
   TreeView^ treeView
) 

Parameters

treeView
The TreeView object to populate.
Remarks

Each TreeNode.Tag corresponding to a MibNode will contain the MibNode.

To use images for the node, set the treeView's ImageList property to an ImageList with the following image indices:

0 = branch, 1 = leaf, 2 = notification, 3 = table, 4 = selected branch, 5 = selected leaf, 6 = selected notification, 7 = selected table

See Also

Reference

MibNodes Class
MibNodes Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic