Table of Contents

Class GuiContextMenu

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Wraps a SAP GUI context menu (GuiContextMenu) that appears on right-click.

public class GuiContextMenu : GuiComponent
Inheritance
GuiContextMenu
Inherited Members

Methods

Close()

Closes the context menu without selecting anything.

public void Close()

GetItemTexts()

Returns all item texts in the context menu.

public IReadOnlyList<string> GetItemTexts()

Returns

IReadOnlyList<string>

SelectByFunctionCode(string)

Selects a context menu item by its function code string. The function code is visible in the SAP Script Recorder output.

public void SelectByFunctionCode(string functionCode)

Parameters

functionCode string