Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / SpellCheck Object / MisspelledWord Event
In This Topic
    MisspelledWord Event
    In This Topic
    Raised when a word is misspelled in a host session.
    Syntax
    private Sub SpellCheck_MisspelledWord ( 
       ByVal sender As Object, _
       ByVal word As MisspelledWord _
    ) 

    Parameters

    sender
    word
    Remarks
    This event is not raised for spelling errors found by CheckField or CheckScreen calls.
    See Also