C1.Win.Input.Base Namespace / C1DropDownEditorBase Class
Members

C1DropDownEditorBase Class
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 IDropDownControlBase, IDropDownEditorBase 
 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
               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