ComboBoxDescription Class
The description of a .NET Windows Forms ComboBox test object.

C# Syntax

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

Public Constructors
 NameDescription
Public ConstructorComboBoxDescription ConstructorInitializes a new instance of the ComboBoxDescription 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 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 PropertyIsVisibleIndicates whether this object is visible. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
Public PropertyItemsThe names of the items in the combo box.  
Public PropertyItemsCountThe number of items in the combo box.  
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 PropertySelectedItemThe selected item in the combo box.  
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 PropertyWindowIdThis object's window identifier. (Inherited from HP.LFT.SDK.WinForms.UiObjectDescriptionBase )
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