Class MenuDescription
The description of a standard Windows test object.
public class MenuDescription : PropertiesDescription, IDescription, ICloneable
- Inheritance
-
MenuDescription
- Implements
- Inherited Members
Constructors
MenuDescription()
Initializes a new instance of MenuDescription instance.
public MenuDescription()
MenuDescription(MenuType)
Initializes a new instance of MenuDescription instance with the given MenuType type.
public MenuDescription(MenuType type)
Parameters
Properties
Type
The type of the menu.
public MenuType? Type { get; set; }