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

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()
C#
public void Dispose()

Implements: IDisposable.Dispose()

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

Implements: ICustomWordDictionary.RemoveWord(string)

C#
public void UpdateIsolatedStorage()