Class MenuDescription
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; }