ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DropDownForm Class
Members

In This Topic
    DropDownForm Class
    In This Topic
    Base class for custom dropdown forms.
    Syntax
    'Declaration
     
    
    Public Class DropDownForm 
       Inherits System.Windows.Forms.Form
    public class DropDownForm : System.Windows.Forms.Form 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                   System.Windows.Forms.ContainerControl
                      System.Windows.Forms.Form
                         C1.Win.C1Input.DropDownForm
                            C1.Win.C1Input.C1ColorPickerDropDownForm
                            C1.Win.C1Input.C1FontPickerDropDownForm
                            C1.Win.C1Input.DropDownCalculator
                            C1.Win.C1Input.DropDownCalendar
                            C1.Win.Calendar.DropDownCalendar

    See Also