Keyoti RapidSpell WPF API Docs
UserDictionary Class
APIKeyoti.RapidSpell.WpfUserDictionary
Keyoti RapidSpell WPF
Represents the UserDictionary
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class UserDictionary
public class UserDictionary
Public Class UserDictionary
Public Class UserDictionary
public ref class UserDictionary
public ref class UserDictionary
type UserDictionary =  class end
type UserDictionary =  class end
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
UserDictionary(String)
Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.

UserDictionary()()()()
Constructs an invalid UserDictionary

UserDictionary(String, Int32)
Construct a UserDictionary based on the userDictionaryFile, which does not have to exist.

AddWord(String)
Tries to add word to this dictionary

dictFile
The file containing the dictionary

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
IsValid()()()()
Returns whether the dictionary file is valid.

ListChanged
Notifies handlers that the word list has changed.

Location
Where to store the user dictionary

MemberwiseClone()()()() (Inherited from Object.)
OnListChanged(UserDictionary..::..ListChangedEventArgs)
Raises ListChanged

ReadAll(ArrayList)
Read the dictionary word list into list.

ReloadDictionary()()()()
Loads the dictionary into an internal collection.

RemoveWord(String)
Tries to remove word from this dictionary

SaveList(ArrayList)
Replaces the contents of the file with newList.

ToString()()()() (Inherited from Object.)
Inheritance Hierarchy
Object
UserDictionary

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214