'Declaration Public Class C1InputPanel Inherits C1InputPanelBase Implements C1.Framework.IView
public class C1InputPanel : C1InputPanelBase, C1.Framework.IView
'Declaration Public Class C1InputPanel Inherits C1InputPanelBase Implements C1.Framework.IView
public class C1InputPanel : C1InputPanelBase, C1.Framework.IView
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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
C1.Framework.ScrollableControl
C1.Framework.XView
C1.Win.InputPanel.C1InputPanelBase
C1.Win.InputPanel.C1InputPanel