| CKEditorControlScaytContextCommands Property | 
             Customizes the display of SCAYT context menu commands
             ("Add Word", "Ignore" and "Ignore All").
             It must be a string with one or more of the following words
             separated by a pipe ("|"):
            
             "off": disables all options.
             "all": enables all options.
             "ignore": enables the "Ignore" option.
             "ignoreall": enables the "Ignore All" option.
             "add": enables the "Add Word" option.
            
             Default value: "all"
            
             Set to null for default value
             
 
Namespace: CMS.CKEditor.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic string ScaytContextCommands { get; set; }Return Value
Type: 
Stringnull if the default value is set
 See Also
See Also