RadComboBox for ASP.NET AJAX

RadControls for ASP.NET AJAX

The following table lists significant CSS selectors and descriptions for RadComboBox style sheets.

CSS SelectorDescription
.RadComboBox_MySkinStyles the HTML <div> tag that contains the RadComboBox input & arrow.
.RadComboBoxDropDown_MySkinStyles the HTML <div> tag that contains the RadComboBox drop-down.
inputDefault style for text throughout the control.
table, tdDefault table and cell style that make up the RadComboBox text input and drop down arrow areas.
.rcbInputCellStyles the text input area of RadComboBox, located just to the left of the drop down arrow.
.rcbArrowCellStyles the area containing the downward pointing arrow for the RadComboBox. This contains a background property where you can specify a new image URL to represent the drop down button.
.rcbFocusedStyles the RadComboBox when focused (awaiting input).
.rcbScrollControls the presence and behavior of scroll bars in the drop down list portion of the control.
.rcbListStyles the drop down portion of the list that isn't disabled or hovered. This style is applied to the <ul> HTML tag class representing an unordered list.
.rcbItemStyles each <li> HTML tag item within the unordered list that is not disabled or hovered.
.rcbHoveredStyles a list item (or input area) under the mouse.
.rcbDisabledStyles the disabled items in the drop down list. Define a moderate color property (typically a gray) to communicate that the text represents a disabled item.
.rcbNoWrapStyles the list when the RadComboBox NoWrap property is set to true.
.rcbLoading Controls the look of the area that displays the LoadingMessage property.
.rcbMoreResults Controls the look of the "Show More results" area. See Load On Demand topics for more information.
.rcbImageStyles the image when ImageUrl property is set for an item.
.rcbEmptyMessageControls the appearance of the EmptyMessage text.
.rcbSeparatorControls the appearance of the RadComboBox separators.
.rcbLabelControls the appearance of the associated Label.
Note

There are several styles that end in "_rtl" that are used to style specific portions of the control when right-to-left support is turned on. These "_rtl" styles are variants of their left-to-right default counterparts.

See Also