Table of Contents

Interface IToolBar

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

A Java toolbar.

public interface IToolBar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Inherited Members
Extension Methods

Properties

Buttons

The toolbar buttons in this toolbar.

ReadOnlyCollection<IToolBarButton> Buttons { get; }

Property Value

ReadOnlyCollection<IToolBarButton>

SelectedButtons

The selected buttons in this toolbar.

ReadOnlyCollection<IToolBarButton> SelectedButtons { get; }

Property Value

ReadOnlyCollection<IToolBarButton>

Methods

GetButton(string)

Returns the button with the specified text.

IToolBarButton GetButton(string text)

Parameters

text string

The text.

Returns

IToolBarButton