Class MenuDescription
The description of a Java Menu test object.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class MenuDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
MenuDescription()
Declaration
public MenuDescription()
Properties
SubMenusCount
The number of menu items that are direct children of this menu.
Declaration
public int? SubMenusCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Text
The menu text.
Declaration
public StringProperty Text { get; set; }
Property Value
| Type | Description |
|---|---|
| StringProperty |