Class MenubarDescription
The description of an SAPUI5 Menubar test object.
Inheritance
MenubarDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class MenubarDescription : WebElementDescription, ICloneable, IDescription
Constructors
MenubarDescription()
Declaration
public MenubarDescription()
Properties
IsEnabled
Indicates whether the object is enabled.
Declaration
public bool? IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Items
A collection of all items in the menubar.
Declaration
public string[] Items { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
ItemsCount
The number of items contained in the menubar.
Declaration
public uint? ItemsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |