Overview | Methods | This Package | All Packages
Retrieves the currently selected node in the tree view control.
Syntax
public TreeNode getSelectedNode()
Return Value
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