Calendar for WinForms | ComponentOne
C1.Win.Input.Base.DropDownForms Namespace / DropDownFormBase Class
Members

In This Topic
    DropDownFormBase Class
    In This Topic
    Represents a base drop down form for the drop down control.
    Object Model
    DropDownFormBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class DropDownFormBase 
       Inherits System.Windows.Forms.Form
       Implements IDropDownForm 
    public abstract class DropDownFormBase : System.Windows.Forms.Form, IDropDownForm  
    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.Input.Base.DropDownForms.DropDownFormBase
                            C1.Win.Input.DropDownForm

    See Also