Interface IToolBar
An SAPUI5 tool bar.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IToolBar : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Properties
Design
Returns the visual design of the toolbar.
Declaration
ToolBarDesign Design { get; }
Property Value
| Type | Description |
|---|---|
| ToolBarDesign |
IsStandalone
Specifies whether the toolbar is independent or nested in another control.
Declaration
bool IsStandalone { get; }
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
uint LeftItemsCount { get; }
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
uint MiddleItemsCount { get; }
Property Value
| Type | Description |
|---|---|
| uint |
RightItemsCount
The number of the items in the right part of the toolbar, including separators.
Declaration
uint RightItemsCount { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
OpenOverflow()
Opens the overflow menu that displays additional toolbar items.
Declaration
void OpenOverflow()