ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColorPicker Class
Members






In This Topic
    ColorPicker Class
    In This Topic
    The ColorPicker control allows users to select a color by clicking on panels to adjust color channels (hue, saturation, brightness, alpha).
    Object Model
    ColorPicker Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class ColorPicker 
       Inherits InputBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As ColorPicker
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class ColorPicker : InputBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class ColorPicker = class(InputBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class ColorPicker extends InputBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class ColorPicker : public InputBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class ColorPicker : public InputBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.InputBase
                C1.Web.Mvc.ColorPicker

    See Also