Represents the UserDictionary

C# | C# | Visual Basic | Visual Basic | Visual 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

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | 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()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (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()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnListChanged(UserDictionary..::..ListChangedEventArgs) |
Raises ListChanged
|
![]() | OnListChanged(Object, 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | ||
![]() | UserDictionary | |
![]() | MultiFileUserDictionary |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412