Table of Contents

Class MenuDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java Menu test object.

public class MenuDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
MenuDescription
Implements
Inherited Members

Constructors

MenuDescription()

public MenuDescription()

Properties

SubMenusCount

The number of menu items that are direct children of this menu.

public int? SubMenusCount { get; set; }

Property Value

int?

Text

The menu text.

public StringProperty Text { get; set; }

Property Value

StringProperty