Table of Contents

Class ToolBarDescription

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

The description of an SAPUI5 ToolBar test object.

public class ToolBarDescription : WebElementDescription, ICloneable, IDescription
Inheritance
ToolBarDescription
Implements
Inherited Members

Constructors

ToolBarDescription()

public ToolBarDescription()

Properties

Design

Returns the visual design of the toolbar. Possible values: ToolBarDesign

public ToolBarDesign? Design { get; set; }

Property Value

ToolBarDesign?

IsStandalone

Specifies whether the toolbar is independent or nested in another control.

public bool? IsStandalone { get; set; }

Property Value

bool?

LeftItemsCount

The number of the items in the left part of the toolbar. This number includes separators, but does not include the overflow button.

public uint? LeftItemsCount { get; set; }

Property Value

uint?

MiddleItemsCount

The number of the items in the middle part of the toolbar. This number includes separators, but does not include the overflow button.

public uint? MiddleItemsCount { get; set; }

Property Value

uint?

RightItemsCount

The number of the items in the right part of the toolbar, including separators.

public uint? RightItemsCount { get; set; }

Property Value

uint?