Table of Contents

Interface IToolBar

Namespace
HP.LFT.SDK.WPF
Assembly
HP.LFT.SDK.dll

A .NET WPF toolbar object.

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

Properties

Items

Returns the toolbar items in this toolbar.

ReadOnlyCollection<IToolBarItem> Items { get; }

Property Value

ReadOnlyCollection<IToolBarItem>

Name

The name of this object.

string Name { get; }

Property Value

string

Methods

IsItemOverflow(int)

Indicates whether the item resides in the overflow area of this toolbar.

bool IsItemOverflow(int itemIndex)

Parameters

itemIndex int

1-based index of the toolbar item.

Returns

bool

IsItemOverflow(string)

Indicates whether the item resides in the overflow area of this toolbar.

bool IsItemOverflow(string itemPath)

Parameters

itemPath string

Name of the toolbar item.

Returns

bool

ShowOverflow()

Displays the overflow area of this toolbar.

void ShowOverflow()