WinComboBox Properties
Visual Studio 2010
The WinComboBox type exposes the following members.
| Name | Description | |
|---|---|---|
|
AccessKey | Gets the access key that is assigned to this control. (Inherited from WinControl.) |
|
BoundingRectangle | Gets the Bounding rectangle for this control. (Inherited from UITestControl.) |
|
ClassName | Gets the class name for this control. (Inherited from UITestControl.) |
|
Container | Gets or sets the container of this UITestControl. (Inherited from UITestControl.) |
|
ControlId | Gets the ID that is assigned to this control. (Inherited from WinControl.) |
|
ControlName | Gets the name of this control. (Inherited from WinControl.) |
|
ControlType | Gets the type of the UI Control. (Inherited from UITestControl.) |
|
EditableItem | Gets or sets the name of the editable part of this combo box control. |
|
Enabled | Gets a value that indicates whether this control is enabled. (Inherited from UITestControl.) |
|
Exists | Gets a value that indicates whether this control exists on the user interface. (Inherited from UITestControl.) |
|
Expanded | Gets or sets a value that indicates whether the combo box control is expanded. |
|
FilterProperties | Gets the property-value pair collection that is used to disambiguate a control. (Inherited from UITestControl.) |
|
FriendlyName | Gets the name of this control to use in the user interface. (Inherited from UITestControl.) |
|
HasFocus | Gets a value that indicates whether this control currently has the focus in the user interface. (Inherited from UITestControl.) |
|
HelpText | Gets the help text that is assigned to this control. (Inherited from WinControl.) |
|
HorizontalScrollBar | Gets the horizontal scrollbar for the expanded part of the combo box control. |
|
IsEditable | Gets a value that indicates whether this combo box control is editable. |
|
IsTopParent | Gets a value that indicates whether this control is the top-level element. (Inherited from UITestControl.) |
|
Items | Gets a collection of the items in the combo box control. |
|
Name | Gets the name of this control. (Inherited from UITestControl.) |
|
NativeElement | Gets the native technology element that corresponds to this control. (Inherited from UITestControl.) |
|
SearchConfigurations | Gets or sets search configurations. (Inherited from UITestControl.) |
|
SearchProperties | Gets the property-value pair collection that is used to identify a control. (Inherited from UITestControl.) |
|
SearchPropertiesSetExplicitly | Gets a value that indicates whether the search properties for this control were set by the user in the user interface. (Inherited from UITestControl.) |
|
SelectedIndex | Gets or sets the index in the Items of the selected item. |
|
SelectedItem | Gets or sets the selected item in this combo box control. |
|
TechnologyName | Gets or sets the technology framework that implements this control. (Inherited from UITestControl.) |
|
TopParent | Gets the top-level parent of this control. (Inherited from UITestControl.) |
|
VerticalScrollBar | Gets the vertical scroll bar for the expanded part of this combo box control. |
|
WindowHandle | Gets the window handle for this control. (Inherited from UITestControl.) |
|
WindowTitles | Gets a collection of the window titles of the top-level window. (Inherited from UITestControl.) |