ItemContextMenu Method (SapTree)
Class
SapTree
.
Action
This method requests a context menu for an item.
Syntax
C#
tree
.
ItemContextMenu
(
nodeKey
,
itemName
)
VB
tree
.
ItemContextMenu
(
nodeKey
,
itemName
)
Variable
Description
nodeKey
The key of the node.
String
.
itemName
The name of the item.
String
.