SpellCheckerLanguageCollectionAdd Method |
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 title,
string code
)
Public Sub Add (
title As String,
code As String
)
public:
void Add(
String^ title,
String^ code
)
member Add :
title : string *
code : string -> unit
Parameters
- title
- Type: SystemString
- code
- Type: SystemString
See Also