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

In This Topic
    C1DropDownButton 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.
    Object Model
    C1DropDownButton Class
    Syntax
    'Declaration
     
    
    <TemplateVisualStateAttribute(Name="Unfocused", GroupName="FocusStates")>
    <StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
    <TemplatePartAttribute(Name="DropDownPopup", Type=System.Windows.Controls.Primitives.Popup)>
    <ContentPropertyAttribute("Content", True)>
    Public Class C1DropDownButton 
       Inherits C1HeaderedContentControl
    [TemplateVisualState(Name="Unfocused", GroupName="FocusStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
    [TemplatePart(Name="DropDownPopup", Type=System.Windows.Controls.Primitives.Popup)]
    [ContentProperty("Content", true)]
    public class C1DropDownButton : C1HeaderedContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.C1HeaderedContentControl
                         C1.Silverlight.C1DropDownButton
                            C1.Silverlight.C1DropDown

    See Also