EditorColor 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 EditorColor(
Color color,
string title
)
Public Sub New (
color As Color,
title As String
)
public:
EditorColor(
Color color,
String^ title
)
new :
color : Color *
title : string -> EditorColor
Parameters
- color
- Type: System.DrawingColor
- title
- Type: SystemString
See Also