C1.WPF.Input Namespace / C1DropDown Class
Members

C1DropDown Class
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.
Object Model
C1DropDown Class
Syntax
'Declaration
 
<C1ControlAttribute()>
<C1TemplatePartAttribute(Name="DropDownButton", Type=C1.WPF.Core.C1ToggleButton)>
<C1VisualStateAttribute(Name="Opened", 
   GroupName="DropDownOpen", 
   Condition="IsDropDownOpen")>
<StyleTypedPropertyAttribute(Property="PopupStyle", StyleTargetType=C1.WPF.Input.C1PopupBorder)>
<TemplatePartAttribute(Name="DropDownButton", Type=C1.WPF.Core.C1ToggleButton)>
<TemplateVisualStateAttribute(Name="Normal", GroupName="CommonStates")>
<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
 
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.Core.C1ContentControl
                           C1.WPF.Input.C1DropDownButton
                              C1.WPF.Input.C1DropDown
                                 C1.WPF.Input.C1SplitButton

See Also