ComponentOne MultiSelect for WinForms
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 ClassButtonsSettings ClassFormatInfo ClassFormatInfo ClassErrorInfo ClassParseInfo ClassPostValidation ClassPreValidation Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1DropDownEditorBase 
       Inherits C1DropDownControlBase
       Implements C1.Framework.IDropDownOwner, C1.Framework.IView, IDropDownControlBase, IDropDownEditorBase 
    public abstract class C1DropDownEditorBase : C1DropDownControlBase, C1.Framework.IDropDownOwner, C1.Framework.IView, IDropDownControlBase, IDropDownEditorBase  
    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.C1ComboBox
                               C1.Win.Input.C1DropDownControl

    See Also