Table of Contents

Class MenubarDescription

Description of a SAP GUI for Windows menubar.

Namespace: HP.LFT.SDK.SAP.GUI
Assembly: HP.LFT.SDK.dll
Syntax
public class MenubarDescription : ElementDescription, ICloneable, IDescription

Constructors

MenubarDescription()

Declaration
public MenubarDescription()

Properties

Items

The list of the items in the menubar.

Declaration
public string[] Items { get; set; }
Property Value
Type Description
string[]

ItemsCount

The number of items contained in the menubar.

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

Implements

ICloneable
IDescription