Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / InputEditorViewBase Class
Members

In This Topic
    InputEditorViewBase Class
    In This Topic
    Implements the view for editors without TextBox or with difficult content element.
    Object Model
    InputEditorViewBase ClassButtonsSettings ClassElementList ClassElement ClassIInputEditorElement InterfaceIView InterfaceC1Icon ClassStackPanel ClassElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class InputEditorViewBase 
       Inherits InputPanel
       Implements C1.Framework.Accessibility.IAccessibleElementsHolder, IInputEditorViewBase 
    public abstract class InputEditorViewBase : InputPanel, C1.Framework.Accessibility.IAccessibleElementsHolder, IInputEditorViewBase  
    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.BasePanel
             C1.Framework.DockPanel
                C1.Win.Input.Base.Views.InputPanel
                   C1.Win.Input.Base.Views.InputEditorViewBase
                      C1.Win.Input.Base.Views.DropDownControlViewBase

    See Also