ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / DropDownControlViewBase Class / GetEditorElement Method

In This Topic
    GetEditorElement Method (DropDownControlViewBase)
    In This Topic
    Gets the editor element.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetEditorElement() As IInputEditorElement
    protected abstract IInputEditorElement GetEditorElement()
    See Also