ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputColor Class
Members

In This Topic
    InputColor Class
    In This Topic
    The InputColor control allows users to select colors by typing in HTML-supported color strings, or to pick colors from a drop-down that shows a ColorPicker control.
    Object Model
    InputColor Class
    Syntax
    'Declaration
     
    Public Class InputColor 
       Inherits DropDown
       Implements IDropDownITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    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

    See Also