ComponentOne InputPanel for WinForms
C1InputPanel Class
Members 

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : C1InputPanel Class
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
public class C1InputPanel : C1InputPanelBase 
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.C1InputPanel

See Also

Reference

C1InputPanel Members
C1.Win.C1InputPanel Namespace