ComponentOne ASP.NET MVC Controls
ShowColorString Method

C1.Web.Mvc.Fluent Namespace > ColorPickerBuilder Class : ShowColorString Method
The value.
Configurates C1.Web.Mvc.ColorPicker.ShowColorString. Sets a value indicating whether the ColorPicker shows a string representation of the current color.
Syntax
'Declaration
 
Public Function ShowColorString( _
   ByVal value As Boolean _
) As ColorPickerBuilder
public ColorPickerBuilder ShowColorString( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColorPickerBuilder Class
ColorPickerBuilder Members