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

In This Topic
    InputComponent Class
    In This Topic
    Base class for the items in a C1InputPanel.
    Object Model
    InputComponent Class
    Syntax
    'Declaration
     
    Public MustInherit Class InputComponent 
       Inherits System.ComponentModel.Component
    public abstract class InputComponent : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.InputPanel.InputComponent
                C1.Win.InputPanel.InputButton
                C1.Win.InputPanel.InputCheckBox
                C1.Win.InputPanel.InputControlHost
                C1.Win.InputPanel.InputDataNavigator
                C1.Win.InputPanel.InputDropDown
                C1.Win.InputPanel.InputGroupHeader
                C1.Win.InputPanel.InputHtmlLabel
                C1.Win.InputPanel.InputImage
                C1.Win.InputPanel.InputLabel
                C1.Win.InputPanel.InputLayoutPanelBase
                C1.Win.InputPanel.InputMaskedTextBox
                C1.Win.InputPanel.InputNumericBox
                C1.Win.InputPanel.InputOption
                C1.Win.InputPanel.InputProgressBar
                C1.Win.InputPanel.InputRadioButton
                C1.Win.InputPanel.InputSeparator
                C1.Win.InputPanel.InputTextBox
                C1.Win.InputPanel.InputTimePicker
                C1.Win.InputPanel.InputTrackBar

    See Also