ComponentOne MultiSelect for WinForms
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 Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1DropDownControlBase 
       Inherits C1InputHost
       Implements C1.Framework.IDropDownOwner, C1.Framework.IView, IDropDownControlBase 
    public abstract class C1DropDownControlBase : C1InputHost, C1.Framework.IDropDownOwner, C1.Framework.IView, 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

    See Also