EditorColorCollectionAdd Method |
Adds a EditorColor object, initialized with the specified value.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void Add(
string value
)
Public Sub Add (
value As String
)
public:
void Add(
String^ value
)
member Add :
value : string -> unit
Parameters
- value
- Type: SystemString
See Also