CountCheckedNodes – Retrieving the number of checked nodes in a treeview
‘ Return the number of checked nodes in the specified treePublic Function CountCheckedNodes(ByVal rootNode As TreeNode) As Integer Dim count As Integer = 0 ‘ count the root node, if