Calendar for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / IDropDownEditorViewBase Interface
Members

In This Topic
    IDropDownEditorViewBase Interface
    In This Topic
    Represents the base methods, events, and properties of a text editor for a view hosted in a drop-down control.
    Object Model
    IDropDownEditorViewBase Interface
    Syntax
    'Declaration
     
    
    Public Interface IDropDownEditorViewBase 
       Inherits C1.Framework.Accessibility.IAccessibleElementsHolder, IDropDownControlViewBase, IInputEditorViewBase, ITextBoxBaseView 
    public interface IDropDownEditorViewBase : C1.Framework.Accessibility.IAccessibleElementsHolder, IDropDownControlViewBase, IInputEditorViewBase, ITextBoxBaseView  
    See Also