Input for WinForms | ComponentOne
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.
    Object Model
    C1InputHost ClassElement ClassElement ClassElement ClassElement Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1InputHost 
       Inherits C1InputControl
    public abstract class C1InputHost : C1InputControl 
    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