ComponentOne Basic Library for WPF and Silverlight
C1DropDown Class
Members 


C1.WPF 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
 
<System.ComponentModel.LicenseProviderAttribute()>
Public Class C1DropDown 
   Inherits C1DropDownButton
'Usage
 
Dim instance As C1DropDown
[System.ComponentModel.LicenseProvider()]
public class C1DropDown : 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

Reference

C1DropDown Members
C1.WPF Namespace