Class MenubarDescription
Description of a SAP GUI for Windows menubar.
public class MenubarDescription : ElementDescription, ICloneable, IDescription
- Inheritance
-
MenubarDescription
- Implements
- Inherited Members
Constructors
MenubarDescription()
public MenubarDescription()
Properties
Items
The list of the items in the menubar.
public string[] Items { get; set; }
Property Value
- string[]
ItemsCount
The number of items contained in the menubar.
public uint? ItemsCount { get; set; }
Property Value
- uint?