Interface IToolBar
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
Name
The name of this object.
string Name { get; }
Property Value
Methods
IsItemOverflow(int)
Indicates whether the item resides in the overflow area of this toolbar.
bool IsItemOverflow(int itemIndex)
Parameters
itemIndexint1-based index of the toolbar item.
Returns
IsItemOverflow(string)
Indicates whether the item resides in the overflow area of this toolbar.
bool IsItemOverflow(string itemPath)
Parameters
itemPathstringName of the toolbar item.
Returns
ShowOverflow()
Displays the overflow area of this toolbar.
void ShowOverflow()