RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellDictionaryBase Class / Load Method / Load(Stream) Method

In This Topic
    Load(Stream) Method
    In This Topic
    Loads the dictionary from a stream.
    Syntax
    'Declaration
     
    
    Public Overloads MustOverride Function Load( _
       ByVal stream As Stream _
    ) As Boolean
    public abstract 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