TreeNode.isSelected

Overview | Methods | This Package | All Packages

TreeNode.isSelected

Retrieves a boolean value indicating whether this node is currently selected in the tree view control.

Syntax

public boolean isSelected()

Return Value

Returns true if this node is currently selected; otherwise, returns false.