ComponentOne MultiSelect for WinForms
C1.Win.Input.Base Namespace / C1InputHost Class
Members

In This Topic
    C1InputHost Class
    In This Topic
    Implements the basic functionality of the C1Input control with hosted editor.
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1InputHost 
       Inherits C1InputControl
       Implements C1.Framework.IView 
    public abstract class C1InputHost : C1InputControl, C1.Framework.IView  
    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.C1TextBoxBase

    See Also