Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1DropDownControlBase Class
Members

In This Topic
    C1DropDownControlBase Class
    In This Topic
    Represents a base drop-down control.
    Object Model
    C1DropDownControlBase ClassButtonsSettings ClassElement ClassElement ClassElement ClassIDropDownForm InterfaceElement ClassC1Icon Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1DropDownControlBase 
       Inherits C1InputHost
       Implements IDropDownControlBase 
    public abstract class C1DropDownControlBase : C1InputHost, IDropDownControlBase  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.XViewLight
                   C1.Win.Input.Base.C1InputControl
                      C1.Win.Input.Base.C1InputHost
                         C1.Win.Input.Base.C1DropDownControlBase
                            C1.Win.Input.Base.C1DropDownEditorBase
                            C1.Win.Input.Pickers.Base.C1PickerBase

    See Also