InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class
Members

In This Topic
    C1InputPanel Class
    In This Topic
    Represents a Windows control that hosts a set of InputComponent components and supports automatic binding, layout, and styling.
    Object Model
    C1InputPanel Class
    Syntax
    'Declaration
     
    Public Class C1InputPanel 
       Inherits C1InputPanelBase
       Implements C1.Framework.IViewC1.Win.C1SuperTooltip.ISupportSuperTooltip 
    Remarks

    When you bind the C1InputPanel to a data source object at design time, the control is automatically populated with components used to view and edit the data in the data source, including keyboard accelerators.

    The automatic layout mechanism ensures that the alignment and tab order are correct, and is automatically updated when elements are added or removed from the control.

    All InputComponent components share a common set of styles, properties, methods, and events, which makes programming the C1InputPanel easy and consistent.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.ScrollableControl
                   C1.Framework.XView
                      C1.Win.C1InputPanel.C1InputPanelBase
                         C1.Win.C1InputPanel.C1InputPanel

    See Also