ACAT.Extensions.Default.SpellCheckers.SpellChecker.LoadDefaultSettings C# (CSharp) Method

LoadDefaultSettings() public method

Loads factory default settings.
public LoadDefaultSettings ( ) : bool
return bool
        public bool LoadDefaultSettings()
        {
            return true;
        }