Table of Contents

Class MenuDescription

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

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

type MenuType

The type of the menu.MenuType

Properties

Type

The type of the menu.

public MenuType? Type { get; set; }

Property Value

MenuType?