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

In This Topic
    DropDownControlViewBase Class
    In This Topic
    Implements the view for drop down control.
    Object Model
    DropDownControlViewBase ClassButtonsSettings ClassElementList ClassElement ClassIInputEditorElement InterfaceIView InterfaceC1Icon ClassStackPanel ClassElement ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class DropDownControlViewBase 
       Inherits InputEditorViewBase
       Implements C1.Framework.Accessibility.IAccessibleElementsHolder, IDropDownControlViewBase, IInputEditorViewBase 
    public abstract class DropDownControlViewBase : InputEditorViewBase, C1.Framework.Accessibility.IAccessibleElementsHolder, IDropDownControlViewBase, 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
                         C1.Win.Input.Base.Views.DropDownEditorViewBase

    See Also