Class MenubarDescription
The description of an SAPUI5 Menubar test object.
public class MenubarDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
MenubarDescription
- Implements
- Inherited Members
Constructors
MenubarDescription()
public MenubarDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Items
A collection of all 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?