SelectMenuItemByText Method (SapToolbarControl)
Class
SapToolbarControl
.
Action
emulates selecting the menu item by menu item text.
Syntax
C#
toolbarControl
.
SelectMenuItemByText
(
text
)
VB
toolbarControl
.
SelectMenuItemByText
(
text
)
Variable
Description
text
The text of the menu item.
String
.