Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ComboBox Class
Members

In This Topic
    C1ComboBox Class
    In This Topic
    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
    [TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.Silverlight.C1ComboBoxItem)]
    [TemplatePart(Name="ComboHeader", Type=C1.Silverlight.C1TextEditableContentControl)]
    [ContentProperty("Items", true)]
    public class C1ComboBox : 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