C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / DropDown Class
Members

DropDown Class
DropDown control (abstract) contains an input element and a button used to show or hide the drop-down.
Object Model
DropDown Class
Syntax
'Declaration
 
Public MustInherit Class DropDown 
   Inherits FormInputBase
   Implements IDropDownITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
 
Remarks
Derived classes must override the _createDropDown method to create whatever editor they want to show in the drop down area (a list of items, a calendar, a color editor, etc).
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.InputBase
            C1.Web.Mvc.FormInputBase
               C1.Web.Mvc.DropDown
                  C1.Web.Mvc.InputColor
                  C1.Web.Mvc.InputDateBase

See Also