Class MenuDescription
The description of a Web Menu test object.
Inheritance
MenuDescription
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class MenuDescription : WebElementDescription, ICloneable, IDescription
Constructors
MenuDescription()
Declaration
public MenuDescription()
Properties
FirstMenuItem
The first item in the list of items in this menu.
Declaration
public StringProperty FirstMenuItem { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |
TopLevelMenuItems
A collection of all top level menu items in this menu.
Declaration
public string[] TopLevelMenuItems { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
TopLevelMenuItemsCount
The number of top level menu items in this menu.
Declaration
public uint? TopLevelMenuItemsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |