SpellCheckSettingsCustomDictionarySuffix Property |
Gets or sets the suffix for the custom dictionary files.
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string CustomDictionarySuffix { get; set; }
Public Property CustomDictionarySuffix As String
Get
Set
public:
property String^ CustomDictionarySuffix {
String^ get ();
void set (String^ value);
}
member CustomDictionarySuffix : string with get, set
Property Value
Type:
StringThe default is
-CustomRemarks
The filenames are formed with the following scheme: Language + CustomDictionarySuffix +
".txt". Different suffixes can be used to create different custom dictionaries for
different users.
See Also