ComponentOne ASP.NET MVC Controls
ColorPicker Constructor

C1.Web.Mvc Namespace > ColorPicker Class : ColorPicker Constructor
The html helper
The selector
Creates one ColorPicker instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
public ColorPicker( 
   HtmlHelper helper,
   string selector
)

Parameters

helper
The html helper
selector
The selector
See Also

Reference

ColorPicker Class
ColorPicker Members