ProgressBarDescription Class
The description of a WPF ProgressBar test object.

C# Syntax

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

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.WPF.UiObjectDescriptionBase
            HP.LFT.SDK.WPF.ProgressBarDescription

Public Constructors
 NameDescription
Public ConstructorProgressBarDescription ConstructorInitializes a new instance of the ProgressBarDescription class  
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThis object's absolute coordinates relative to the screen (in pixels). 0,0 is always the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyAttachedTextThe static text that is attached to a control. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyCanFocusIndicates whether this object can receive the focus (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyFullNamePathThe full hierarchy of ObjectName with all parent objects. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyFullTypeThe full type name of this object. (Inherited from HP.LFT.SDK.WPF.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 PropertyIsEnabledIndicates whether this object is enabled. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyIsFocusedIndicates whether this object has the focus. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyIsVisibleIndicates whether this object is visible. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyLocationThis object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyNativeClassThis object's window class name. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyObjectNameThis object's name as set by the developer. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyObjectPropertiesThe concrete test object properties, including custom properties created by the developer of the object. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertySizeThis object's size (in pixels). (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyTextThe text associated with this object. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyValueThe current value of the range element.  
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 PropertyWindowTitleRegExpThe constant part of this window title. (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top