Interface IStatusBar
A .NET Windows Forms status bar object.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface IStatusBar : IUiObjectBase, IUiObjectBase, IClickable, IDoubleClickable, ILocationInfoProvider, ISupportSendKeys, ISupportDragAndDrop, IEnabledProvider, IVisibleProvider, ISupportsNativeObject, ITestObject, ITestObjectDescriber
Properties
AttachedText
The static text attached to a control.
Declaration
string AttachedText { get; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorText
Returns the tooltip text of the error icon associated with this object.
Declaration
string ErrorText { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsRightAligned
Indicates whether this status bar has generic "right-aligned" properties.
Declaration
bool IsRightAligned { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRightToLeftLayout
Indicates whether this status bar's horizontal origin is on the right edge.
Declaration
bool IsRightToLeftLayout { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRightToLeftReading
Indicates whether this status bar's text is displayed right-to-left.
Declaration
bool IsRightToLeftReading { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Items
Returns the items (parts) in this status bar.
Declaration
ReadOnlyCollection<string> Items { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<string> |
WindowExtendedStyle
The extended window style of this status bar. Possible values: WindowExtendedStyles
Declaration
WindowExtendedStyles WindowExtendedStyle { get; }
Property Value
| Type | Description |
|---|---|
| WindowExtendedStyles |
WindowStyle
The window style of this status bar.
Declaration
WindowStyles WindowStyle { get; }
Property Value
| Type | Description |
|---|---|
| WindowStyles |