Table of Contents

Class ToolBarDescription

Description of a SAP GUI for Windows toolbar.

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

Constructors

ToolBarDescription()

Declaration
public ToolBarDescription()

Properties

IsEnabled

Indicates whether the toolbar can accept user input.

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

Implements

ICloneable
IDescription