New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public RadIsolatedStorageCustomDictionary()
C#
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope, string customDictionaryName)
Parameters:storageScopeIsolatedStorageScopecustomDictionaryNamestring
C#
public RadIsolatedStorageCustomDictionary(IsolatedStorageScope storageScope)
Parameters:storageScopeIsolatedStorageScope
C#
public RadIsolatedStorageCustomDictionary(string customDictionaryName)
Parameters:customDictionaryNamestring

Fields

C#
public static readonly string DefaultDictionaryName
C#
public static readonly IsolatedStorageScope DefaultIsolatedStorageScope

Properties

C#
public bool AutoUpdateIsolatedStorage { get; set; }

Methods

C#
public void AddWord(string word)
Parameters:wordstring

Implements: ICustomWordDictionary.AddWord(string)

C#
public void ClearWords()

Implements: ICustomWordDictionary.ClearWords()

C#
public void Dispose()

Implements: IDisposable.Dispose()

C#
public void RemoveWord(string word)
Parameters:wordstring

Implements: ICustomWordDictionary.RemoveWord(string)

C#
public void UpdateIsolatedStorage()