ComponentOne ComboBox for ASP.NET: C1ComboBox Elements

C1ComboBox Elements

This section provides a visual and descriptive overview of the elements that comprise the C1ComboBox control.

The C1ComboBox control is made up of an editable text box and drop-down list.

C1ComboBox Text Box

Users can enter text in the C1ComboBox text box at run time.

 

 

As text is entered, C1ComboBoxItems matching the characters will appear in the drop-down list. For example, if you enter "Ro" in the text box for a C1ComboBox listing customer names, any customer names starting with "Ro" appear in the drop-down list.

Drop-down List of C1ComboBoxItems

The drop-down list is made up of C1ComboBoxItems and is only visible at run time. You can access the drop-down list by clicking the trigger button, or drop-down arrow, next to the C1ComboBox text box.

 



You can add items to the list of C1ComboBoxItems using the Add method, declaring items on the ASPX page, or you can bind the C1ComboBox to a data source.


Send comments about this topic to ComponentOne.
Copyright © 1987-2010 ComponentOne LLC. All rights reserved.