Table of Contents

Class GuiMenu

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Wraps a single SAP GUI menu or sub-menu entry (GuiMenu / GuiSubMenu).

public class GuiMenu : GuiComponent
Inheritance
GuiMenu
Inherited Members

Properties

Text

Menu item label text.

public override string Text { get; }

Property Value

string

Methods

GetChildren()

Returns all child menu items of this sub-menu.

public IReadOnlyList<GuiMenu> GetChildren()

Returns

IReadOnlyList<GuiMenu>

Select()

Selects / clicks this menu item.

public void Select()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.