ASP.NET Core MVC Controls | ComponentOne
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
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class InputColor 
       Inherits DropDown
       Implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As InputColor
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class InputColor : DropDown, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class InputColor = class(DropDown, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class InputColor extends DropDown implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class InputColor : public DropDown, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class InputColor : public DropDown, IDropDown, ITemplate, Microsoft.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