ComboBoxDescription Class

The description of a PowerBuilder ComboBox test object.

C# Syntax
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription
            HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription
               HP.LFT.SDK.PowerBuilder.ComboBoxDescription

Public Constructors
 NameDescription
Public ConstructorComboBoxDescription Constructor

 Initializes a new instance of the ComboBoxDescription class.

C# Syntax

public ComboBoxDescription()
Top
Public Properties
 NameDescription
Public PropertyAbsoluteLocationThe object's absolute coordinates relative to the screen (in pixels). 0,0 is the top-left corner of the (primary) monitor. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyAttachedTextThe static text attached to the control. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
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 the object is enabled. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyIsFocusedIndicates whether the object is in focus. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyIsRightAligned

Indicates whether the generic properties of the test object are right-aligned. (For support for right-to-left languages)

(Inherited from HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription )

Public PropertyIsRightToLeftLayout

Indicates whether the object's horizontal origin is on the right edge of the test object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription )

Public PropertyIsRightToLeftReading

Indicates whether the object's text is displayed right-to-left.  (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectWithLayoutInfoDescription )

Public PropertyIsVisibleIndicates whether the object is visible. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyItems

The names of all items in the combo box.  

C# Syntax

public string[] Items {get; set;}
Public PropertyItemsCount

The number of items in the combo box.

C# Syntax  

public Nullable<int> ItemsCount {get; set;}
Public PropertyLocationThe object's coordinates relative to the parent window (in pixels). (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyNativeClassThe window class name of the object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertySelectedItem

The selected item in the combo box.  

C# Syntax

public StringProperty SelectedItem {get; set;}
Public PropertySizeThe object's size (in pixels). (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyTextThe text associated with the object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
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.PowerBuilder.UiObjectBaseDescription )
Public PropertyWindowExtendedStyleThe extended window style of the object. Possible values:HP.LFT.SDK.WindowExtendedStyles(Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyWindowIdThe window identifier of the object. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyWindowStyleThe window style of the object. Possible values:HP.LFT.SDK.WindowStyles(Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Public PropertyWindowTitleRegExpThe constant part of the window title. (Inherited from HP.LFT.SDK.PowerBuilder.UiObjectBaseDescription )
Top