ComponentOne SpellChecker for WPF and Silverlight
Load Method (UserDictionary)

C1.Silverlight.SpellChecker Namespace > UserDictionary Class : Load Method
Loads the dictionary from a stream.
Syntax
'Declaration
 
Public Overrides Function Load( _
   ByVal stream As Stream _
) As Boolean
public override bool Load( 
   Stream stream
)

Parameters

stream

Return Value

True if the dictionary was loaded successfully, false otherwise.
Remarks
If the dictionary fails to load, this method returns false. In this case, you can check the value of the dictionary's State property to determine why the file failed to load.
See Also

Reference

UserDictionary Class
UserDictionary Members