InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputLayoutPanelBase Class
Members

In This Topic
    InputLayoutPanelBase Class
    In This Topic
    Represents a base class for panel in a C1InputPanel control.
    Object Model
    InputLayoutPanelBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class InputLayoutPanelBase 
       Inherits InputComponent
    public abstract class InputLayoutPanelBase : InputComponent 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.InputPanel.InputComponent
                C1.Win.InputPanel.InputLayoutPanelBase
                   C1.Win.InputPanel.InputFlowPanel
                   C1.Win.InputPanel.InputGridPanel

    See Also