AutoCompleteBoxConstants Class

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

SystemObject
  Telerik.WebAii.Controls.HtmlAutoCompleteBoxConstants

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 AutoCompleteBoxConstants

The AutoCompleteBoxConstants type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAutoCompleteBox
The AutoCompleteBox key used across the source classes.
Public fieldStatic memberAutoCompleteBoxDropDown
The AutoCompleteBox drop down key used across the source classes.
Public fieldStatic memberAutoCompleteBoxDropDownItem
The AutoCompleteBox drop down item key used across the source classes.
Public fieldStatic memberCssAutoCompleteBox
The CSS class identifying the AutoCompleteBox control.
Public fieldStatic memberCssAutoCompleteBoxInput
The CSS class identifying the AutoCompleteBox input.
Public fieldStatic memberCssAutoCompleteBoxPopup
The CSS class identifying the AutoCompleteBox popup.
Public fieldStatic memberCssAutoCompleteBoxPopupList
The CSS class identifying the AutoCompleteBox popup list.
Public fieldStatic memberCssAutoCompleteBoxPopupListItem
The CSS class identifying the AutoCompleteBox popup list item.
Public fieldStatic memberCssAutoCompleteBoxPopupSlide
The CSS class identifying the AutoCompleteBox popup slide.
Public fieldStatic memberCssAutoCompleteBoxRemoveTokenLink
The CSS class identifying the AutoCompleteBox token selected.
Public fieldStatic memberCssAutoCompleteBoxTokenList
The CSS class identifying the AutoCompleteBox token list.
Public fieldStatic memberCssAutoCompleteBoxTokenSelected
The CSS class identifying the AutoCompleteBox token selected.
Public fieldStatic memberIdAutoCompleteInput
The ID part identifying the input element of the AutoCompleteBox control.
Top
See Also

Reference