Table of Contents

Interface IStatusBar

Namespace
HP.LFT.SDK.WinForms
Assembly
HP.LFT.SDK.dll

A .NET Windows Forms status bar object.

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

Properties

AttachedText

The static text attached to a control.

string AttachedText { get; }

Property Value

string

ErrorText

Returns the tooltip text of the error icon associated with this object.

string ErrorText { get; }

Property Value

string

IsRightAligned

Indicates whether this status bar has generic "right-aligned" properties.

bool IsRightAligned { get; }

Property Value

bool

IsRightToLeftLayout

Indicates whether this status bar's horizontal origin is on the right edge.

bool IsRightToLeftLayout { get; }

Property Value

bool

IsRightToLeftReading

Indicates whether this status bar's text is displayed right-to-left.

bool IsRightToLeftReading { get; }

Property Value

bool

Items

Returns the items (parts) in this status bar.

ReadOnlyCollection<string> Items { get; }

Property Value

ReadOnlyCollection<string>

WindowExtendedStyle

The extended window style of this status bar. Possible values: WindowExtendedStyles

WindowExtendedStyles WindowExtendedStyle { get; }

Property Value

WindowExtendedStyles

WindowStyle

The window style of this status bar.

WindowStyles WindowStyle { get; }

Property Value

WindowStyles