Table of Contents

Class ToolBarDescription

The description of an SAPUI5 ToolBar test object.

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

Constructors

ToolBarDescription()

Declaration
public ToolBarDescription()

Properties

Design

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

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

IsStandalone

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

Declaration
public bool? IsStandalone { get; set; }
Property Value
Type Description
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.

Declaration
public uint? LeftItemsCount { get; set; }
Property Value
Type Description
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.

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

RightItemsCount

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

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

Implements

ICloneable
IDescription