StatusBarDescription Class
The description of a .NET Windows Forms StatusBar test object.

C# Syntax

public class StatusBarDescription : UiObjectDescriptionBase, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.WinForms.UiObjectDescriptionBase
            HP.LFT.SDK.WinForms.StatusBarDescription

Public Constructors
 NameDescription
Public ConstructorStatusBarDescription ConstructorInitializes a new instance of the StatusBarDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThis object's absolute coordinates in pixels relative to the screen. 0,0 is the top-left corner of the primary monitor. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyAttachedTextThe static text attached to this object.  
Public PropertyCountThe number of items in the status bar.  
Public PropertyFullNamePathThe full hierarchy of ObjectName with all parent objects. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyFullTypeThe full type name of this object. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyIsChildWindowIndicates whether this object's window is a child window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsEnabledIndicates whether this object is enabled. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsFocusedIndicates whether this object has focus. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsOwnedWindowIndicates whether this object's window has an owner window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyIsRightAlignedIndicates whether this object has generic "right-aligned" properties.  
Public PropertyIsRightToLeftLayoutIndicates whether this object's horizontal origin is on the right edge.  
Public PropertyIsRightToLeftReadingIndicates whether this object's text is displayed using right-to-left reading-order properties.  
Public PropertyIsVisibleIndicates whether this object is visible. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyItemsThe items (parts) in the status bar.  
Public PropertyLocationThis object's coordinates in pixels relative to the parent window. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyNativeClassThis object's window class name. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyObjectNameThis object's name as set by the AUT developer. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyObjectPropertiesThe concrete test object properties including custom properties created by the developer of the control. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertySizeThis object's size in pixels. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyTextThe text associated with this object. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description )
Public PropertyWindowClassRegExpThe permanent part of the MFC window class. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyWindowExtendedStyleThe extended window style of this object. Possible values: HP.LFT.SDK.WindowExtendedStyles  
Public PropertyWindowIdThis object's window identifier. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyWindowStyleThe window style of this object.  
Public PropertyWindowTitleRegExpThe constant part of the window title. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top