Interface IToolBar
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
SelectedButtons
The collection of all selected buttons in the toolbar.
ReadOnlyCollection<IToolBarButton> SelectedButtons { get; }
Property Value
Methods
GetButton(string)
Retrieves a button with the given text.
IToolBarButton GetButton(string text)
Parameters
textstringThe text of the specified button.