sapgui_text_edit_select_context_menu
Example: sapgui_text_edit_select_context_menu | Text Edit Control Functions |
Selects an item from a shortcut menu.
int sapgui_text_edit_select_context_menu( const char *description, const char *textEditID, const char *menuId, [args,] LAST );
description | User entered text to aid in understanding script |
textEditID | Object ID Strings |
menuId | Object ID Strings |
args | Optional Arguments |
LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
sapgui_text_edit_select_context_menu selects the shortcut menu item specified by menuId. menuId is the function code of the item.
Return Values
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.
Parameterization
You can parameterize all string (char type) arguments.