ListDescription Class
The description of a WPF List test object.

C# Syntax

public class ListDescription : 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.ListDescription

Public Constructors
 NameDescription
Public ConstructorListDescription ConstructorInitializes a new instance of the ListDescription 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 PropertyCanSelectMultipleIndicates whether the container allows more than one child element to be selected concurrently.  
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 PropertyHelpTextThe help text associated with the element.  
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 PropertyItemsThe list of all items in the list object.  
Public PropertyLocationThis object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.WPF.UiObjectDescriptionBase )
Public PropertyNameThe name of this object.  
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 PropertyParentTextThe text associated with the parent object of this object.  
Public PropertySelectedItemsThe list of items that are selected in the list object.  
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 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