Table of Contents

Class MenuDescription

The description of a standard Windows test object.

Inheritance
MenuDescription
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public class MenuDescription : PropertiesDescription, IDescription, ICloneable

Constructors

MenuDescription()

Initializes a new instance of MenuDescription instance.

Declaration
public MenuDescription()

MenuDescription(MenuType)

Initializes a new instance of MenuDescription instance with the given MenuType type.

Declaration
public MenuDescription(MenuType type)
Parameters
Type Name Description
MenuType type

The type of the menu.MenuType

Properties

Type

The type of the menu.

Declaration
public MenuType? Type { get; set; }
Property Value
Type Description
MenuType?

Implements

IDescription
ICloneable