Interface IStatusBar
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
ErrorText
Returns the tooltip text of the error icon associated with this object.
string ErrorText { get; }
Property Value
IsRightAligned
Indicates whether this status bar has generic "right-aligned" properties.
bool IsRightAligned { get; }
Property Value
IsRightToLeftLayout
Indicates whether this status bar's horizontal origin is on the right edge.
bool IsRightToLeftLayout { get; }
Property Value
IsRightToLeftReading
Indicates whether this status bar's text is displayed right-to-left.
bool IsRightToLeftReading { get; }
Property Value
Items
Returns the items (parts) in this status bar.
ReadOnlyCollection<string> Items { get; }
Property Value
WindowExtendedStyle
The extended window style of this status bar. Possible values: WindowExtendedStyles
WindowExtendedStyles WindowExtendedStyle { get; }
Property Value
WindowStyle
The window style of this status bar.
WindowStyles WindowStyle { get; }