Interface IStatusBar
A standard Windows status bar.
Inherited Members
Namespace: HP.LFT.SDK.StdWin
Assembly: HP.LFT.SDK.dll
Syntax
public interface IStatusBar : IUiObjectWithLayoutInfo, IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ITestObject, ITestObjectDescriber
Properties
Items
The items (parts) in the status bar.
Declaration
ReadOnlyCollection<IStatusBarItem> Items { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<IStatusBarItem> |