Interface IToolBar
A Java toolbar.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public interface IToolBar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
Buttons
The toolbar buttons in this toolbar.
Declaration
ReadOnlyCollection<IToolBarButton> Buttons { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IToolBarButton> |
SelectedButtons
The selected buttons in this toolbar.
Declaration
ReadOnlyCollection<IToolBarButton> SelectedButtons { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IToolBarButton> |
Methods
GetButton(string)
Returns the button with the specified text.
Declaration
IToolBarButton GetButton(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text. |
Returns
| Type | Description |
|---|---|
| IToolBarButton |