Retrieves the currently selected node in the tree view control.
public TreeNode getSelectedNode()
Returns a TreeNode object that represents the currently selected node in the tree view control. If no node is currently selected, returns null.
See Also setSelectedNode