ComponentOne FinancialChart for WPF
C1.WPF 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.
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="ComboHeader", Type=C1.WPF.C1TextEditableContentControl)>
    <TemplateVisualStateAttribute(Name="Open", GroupName="DropDownOpenStates")>
    <StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ComboBoxItem)>
    <DefaultEventAttribute("OnItemsChanged")>
    <DefaultPropertyAttribute("Items")>
    <ContentPropertyAttribute("Items")>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1ComboBox 
       Inherits System.Windows.Controls.ItemsControl
    'Usage
     
    
    Dim instance As C1ComboBox
    [LicenseProvider()]
    [TemplatePart(Name="ComboHeader", Type=C1.WPF.C1TextEditableContentControl)]
    [TemplateVisualState(Name="Open", GroupName="DropDownOpenStates")]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ComboBoxItem)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1ComboBox : System.Windows.Controls.ItemsControl 
    [LicenseProvider()]
    [TemplatePart(Name="ComboHeader", Type=C1.WPF.C1TextEditableContentControl)]
    [TemplateVisualState(Name="Open", GroupName="DropDownOpenStates")]
    [StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=C1.WPF.C1ComboBoxItem)]
    [DefaultEvent("OnItemsChanged")]
    [DefaultProperty("Items")]
    [ContentProperty("Items")]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public ref class C1ComboBox : public System.Windows.Controls.ItemsControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         System.Windows.Controls.ItemsControl
                            C1.WPF.C1ComboBox

    See Also