SpellCheckSettingsAllowAddCustom Property |
Gets or sets the value indicating whether the spell will allow adding custom words.
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool AllowAddCustom { get; set; }
Public Property AllowAddCustom As Boolean
Get
Set
public:
property bool AllowAddCustom {
bool get ();
void set (bool value);
}
member AllowAddCustom : bool with get, set
Property Value
Type:
BooleanThe default is
true
See Also