Table of Contents

Interface IToolBar

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

An SAPUI5 tool bar.

public interface IToolBar : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Inherited Members
Extension Methods

Properties

Design

Returns the visual design of the toolbar.

ToolBarDesign Design { get; }

Property Value

ToolBarDesign

IsStandalone

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

bool IsStandalone { get; }

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.

uint LeftItemsCount { get; }

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.

uint MiddleItemsCount { get; }

Property Value

uint

RightItemsCount

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

uint RightItemsCount { get; }

Property Value

uint

Methods

OpenOverflow()

Opens the overflow menu that displays additional toolbar items.

void OpenOverflow()