Find a tree node in a Node.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function FindTreeNodeFromTag ( _ node As TreeNode, _ tag As Object _ ) As TreeNode |
| C# |
|---|
public static TreeNode FindTreeNodeFromTag( TreeNode node, Object tag ) |
Parameters
- node
- Type: System.Windows.Forms..::..TreeNode
The parent node to search into.
- tag
- Type: System..::..Object
The tag to search. Null value are not supported.