ComponentOne ASP.NET MVC Controls
InputColor Constructor

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

Parameters

helper
The html helper
selector
The selector
See Also

Reference

InputColor Class
InputColor Members