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