ComboBoxConstants Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Represents the RadComboBox constants class.
Inheritance Hierarchy

SystemObject
  Telerik.WebAii.Controls.HtmlComboBoxConstants

Namespace:  Telerik.WebAii.Controls.Html
Assembly:  Telerik.WebAii.Controls.Html (in Telerik.WebAii.Controls.Html.dll) Version: 2012.1.411.0 (2012.1.411.0)
Syntax

public static class ComboBoxConstants

The ComboBoxConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberComboBox
The ComboBox key used across the source classes.
Public fieldStatic memberComboBoxItemKey
The ComboBoxItem key used across the source classes.
Public fieldStatic memberCssComboBox
The CSS class identifying the ComboBox control.
Public fieldStatic memberCssComboBoxActionButton
The CSS class identifying the ComboBox action button - lightweight.
Public fieldStatic memberCssComboBoxIcon
The CSS class identifying the ComboBox arrow span - lightweight.
Public fieldStatic memberCssComboBoxItem
The CSS class identifying the ComboBox item.
Public fieldStatic memberCssComboBoxItemCheckBox
The CSS class identifying the ComboBox item checkbox.
Public fieldStatic memberCssComboBoxItemTemplate
The CSS class identifying the ComboBox item template.
Public fieldStatic memberCssComboBoxList
The CSS class identifying the ComboBox item list.
Public fieldStatic memberIdComboArrow
The ID part identifying the drop down arrow of the ComboBox control.
Public fieldStatic memberIdComboDropDown
The ID part identifying the drop down element of the ComboBox control.
Public fieldStatic memberIdComboInput
The ID part identifying the input element of the ComboBox control.
Top
See Also

Reference