ColorPickerItem Constructor (Color, String) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public ColorPickerItem(
Color value,
string title
)
Public Sub New (
value As Color,
title As String
)
public:
ColorPickerItem(
Color value,
String^ title
)
new :
value : Color *
title : string -> ColorPickerItem
Parameters
- value
- Type: System.DrawingColor
- title
- Type: SystemString
See Also