Interface IToolBar
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
IsStandalone
Specifies whether the toolbar is independent or nested in another control.
bool IsStandalone { get; }
Property Value
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
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
RightItemsCount
The number of the items in the right part of the toolbar, including separators.
uint RightItemsCount { get; }
Property Value
Methods
OpenOverflow()
Opens the overflow menu that displays additional toolbar items.
void OpenOverflow()