Table of Contents

Interface IToolBar

Namespace
HP.LFT.SDK.StdWin
Assembly
HP.LFT.SDK.dll

A standard Windows toolbar.

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

Properties

Buttons

The collection of toolbar buttons in the toolbar.

ReadOnlyCollection<IToolBarButton> Buttons { get; }

Property Value

ReadOnlyCollection<IToolBarButton>

SelectedButtons

The collection of all selected buttons in the toolbar.

ReadOnlyCollection<IToolBarButton> SelectedButtons { get; }

Property Value

ReadOnlyCollection<IToolBarButton>

Methods

GetButton(string)

Retrieves a button with the given text.

IToolBarButton GetButton(string text)

Parameters

text string

The text of the specified button.

Returns

IToolBarButton