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.
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public MustInherit Class DropDown 
   Inherits FormInputBase
   Implements IDropDown, ITemplate 
 
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