InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputDropDown Class
Members

In This Topic
    InputDropDown Class
    In This Topic
    Serves as a base class for drop-down elements like InputComboBox.
    Object Model
    InputDropDown Class
    Syntax
    'Declaration
     
    Public MustInherit Class InputDropDown 
       Inherits InputComponent
    public abstract class InputDropDown : InputComponent 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.C1InputPanel.InputComponent
                C1.Win.C1InputPanel.InputDropDown
                   C1.Win.C1InputPanel.InputComboBox
                   C1.Win.C1InputPanel.InputDatePicker
                   C1.Win.C1InputPanel.InputMenu

    See Also