Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeView.getSelectedNode
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