C1.Silverlight Namespace / C1ComboBox Class
Members

C1ComboBox Class
The C1ComboBox control combines an editable text box with an auto-searchable drop-down list. The list can be shown or hidden by clicking the control’s drop-down arrow.
Object Model
C1ComboBox Class
Syntax
'Declaration
 
<TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ComboBoxItem)>
<TemplatePartAttribute(Name="ComboHeader", Type=C1.Silverlight.C1TextEditableContentControl)>
<ContentPropertyAttribute("Items", True)>
Public Class C1ComboBox 
   Inherits System.Windows.Controls.ItemsControl
 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  C1.Silverlight.C1ComboBox

See Also