Class GuiMenu
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
Methods
GetChildren()
Returns all child menu items of this sub-menu.
public IReadOnlyList<GuiMenu> GetChildren()
Returns
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.