SelectMenuItem Method (SapToolbarControl)
Class
SapToolbarControl
.
Action
emulates selecting the menu item with the given id.
Syntax
C#
toolbarControl
.
SelectMenuItem
(
id
)
VB
toolbarControl
.
SelectMenuItem
(
id
)
Variable
Description
id
The id of the menu.
String
.