The DlgSetting type exposes the following members.

Constructors

  NameDescription
DlgSettingOverloaded.

Methods

  NameDescription
Assign
Extracts settings from the C1Spell instance.
AssignTo
Copies the setting to the C1Spell instance.
Clone
Creates a new instance with the current settings.
Equals
Checks if the given instance of the DlgSetting is equal to the current object.
(Overrides Object..::.Equals(Object).)
GetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CustomDictionaries
Sets or returns the paths and filenames of the custom dictionary files.
HasSuggest
Sets or returns whether suggestions are generated for bad words.
IgnoreMixed
Sets or returns the value indicating if words with uppercase characters after lowercase characters are ignored.
IgnoreNumber
Sets or returns if words containing numbers are ignored.
IgnoreUpper
Sets or returns if words in all uppercase are ignored.

See Also