ComponentOne Basic Library for WPF and Silverlight
C1DropDown Class
Members 


C1.Silverlight Namespace : 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
 
Public Class C1DropDown 
   Inherits C1DropDownButton
'Usage
 
Dim instance As C1DropDown
public class C1DropDown : C1DropDownButton 
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
                           C1.Silverlight.C1SplitButton

See Also

Reference

C1DropDown Members
C1.Silverlight Namespace