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

In This Topic
    C1DropDownEditorBase Class
    In This Topic
    Represents a base drop-down control with text editor.
    Object Model
    C1DropDownEditorBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1DropDownEditorBase 
       Inherits C1DropDownControlBase
       Implements IDropDownControlBase, IDropDownEditorBase 
    public abstract class C1DropDownEditorBase : C1DropDownControlBase, IDropDownControlBase, IDropDownEditorBase  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.XViewLight
                      C1.Win.Input.Base.C1DropDownControlBase
                         C1.Win.Input.Base.C1DropDownEditorBase
                            C1.Win.Calendar.C1DateEdit
                            C1.Win.Input.C1ComboBox
                            C1.Win.Input.C1DropDownControl

    See Also