sapgui_text_edit_open_context_menu
Example: sapgui_text_edit_open_context_menu | Text Edit Control Functions |
Opens context menu while text edit control has focus.
int sapgui_text_edit_open_context_menu( const char *description, const char *textEditID, [args,] LAST );
description | User entered text to aid in understanding script |
textEditID | 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_open_context_menu opens the shortcut menu defined in the application for the text edit control. If no menu is defined, sapgui_text_edit_open_context_menu has no effect.
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.