Class StatusBarDescription
The description of a .NET Windows Forms StatusBar test object.
public class StatusBarDescription : UiObjectDescriptionBase, ICloneable, IDescription
- Inheritance
-
StatusBarDescription
- Implements
- Inherited Members
Constructors
StatusBarDescription()
public StatusBarDescription()
Properties
AttachedText
The static text attached to this object.
public StringProperty AttachedText { get; set; }
Property Value
Count
The number of items in the status bar.
public int? Count { get; set; }
Property Value
- int?
IsRightAligned
Indicates whether this object has generic "right-aligned" properties.
public bool? IsRightAligned { get; set; }
Property Value
- bool?
IsRightToLeftLayout
Indicates whether this object's horizontal origin is on the right edge.
public bool? IsRightToLeftLayout { get; set; }
Property Value
- bool?
IsRightToLeftReading
Indicates whether this object's text is displayed using right-to-left reading-order properties.
public bool? IsRightToLeftReading { get; set; }
Property Value
- bool?
Items
The items (parts) in the status bar.
public string[] Items { get; set; }
Property Value
- string[]
WindowExtendedStyle
The extended window style of this object. Possible values: WindowExtendedStyles
public WindowExtendedStyles? WindowExtendedStyle { get; set; }
Property Value
WindowStyle
The window style of this object.
public WindowStyles? WindowStyle { get; set; }