Interface IExpandBar
A Java control that contains labeled bar items that can be expanded or collapsed by the user.
public interface IExpandBar : IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportsNativeObject, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
- Inherited Members
- Extension Methods
Properties
ExpandedItems
Returns the expanded items in the ExpandBar.
ReadOnlyCollection<IExpandBarItem> ExpandedItems { get; }
Property Value
Items
Returns the collection of items in the ExpandBar.
ReadOnlyCollection<IExpandBarItem> Items { get; }
Property Value
Methods
GetItem(string)
Returns the ExpandBar item with the specified text.
IExpandBarItem GetItem(string text)
Parameters
textstringThe text of the item.