ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DropDown Class
Members



In This Topic
    C1DropDown Class
    In This Topic
    C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.
    Syntax
    'Declaration
     
    
    <LicenseProviderAttribute()>
    <TemplatePartAttribute(Name="ArrowToggle", Type=System.Windows.Controls.Primitives.ToggleButton)>
    <TemplateVisualStateAttribute(Name="Opened", GroupName="DropDownOpenStates")>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)>
    <DefaultPropertyAttribute("Content")>
    <ContentPropertyAttribute("Content")>
    <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 C1DropDown 
       Inherits C1DropDownButton
    'Usage
     
    
    Dim instance As C1DropDown
    [LicenseProvider()]
    [TemplatePart(Name="ArrowToggle", Type=System.Windows.Controls.Primitives.ToggleButton)]
    [TemplateVisualState(Name="Opened", GroupName="DropDownOpenStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [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 C1DropDown : C1DropDownButton 
    [LicenseProvider()]
    [TemplatePart(Name="ArrowToggle", Type=System.Windows.Controls.Primitives.ToggleButton)]
    [TemplateVisualState(Name="Opened", GroupName="DropDownOpenStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.C1ValidationDecorator)]
    [DefaultProperty("Content")]
    [ContentProperty("Content")]
    [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 C1DropDown : public C1DropDownButton 
    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.ContentControl
                            C1.WPF.C1HeaderedContentControl
                               C1.WPF.C1DropDownButton
                                  C1.WPF.C1DropDown
                                     C1.WPF.C1SplitButton

    See Also