SelectButton Method (SapTree)
Class
SapTree
.
Action
This method emulates pressing a button.
Syntax
C#
tree
.
SelectButton
(
nodeKey
,
itemName
)
VB
tree
.
SelectButton
(
nodeKey
,
itemName
)
Variable
Description
nodeKey
The key of the node.
String
.
itemName
The name of the item.
String
.