DoubleSelectNode Method (SapTree)
Class
SapTree
.
Action
This function emulates double clicking a node.
Syntax
C#
tree
.
DoubleSelectNode
(
nodeKey
)
VB
tree
.
DoubleSelectNode
(
nodeKey
)
Variable
Description
nodeKey
The key of the node.
String
.