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

In This Topic
    C1InputControl Class
    In This Topic
    Implements the basic functionality of the C1Input control.
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1InputControl 
       Inherits C1.Framework.XViewLight
       Implements C1.Framework.IView 
    public abstract class C1InputControl : C1.Framework.XViewLight, 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.C1ButtonBase
                      C1.Win.Input.Base.C1InputHost
                      C1.Win.Input.C1Label
                      C1.Win.Input.C1RangeSlider

    See Also