InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / IProductivity Interface / SpellCheck Property


In This Topic
    SpellCheck Property
    In This Topic
    Gets the Spell Check object, which holds configuration properties, methods, and events for the Spell Check Productivity feature.
    Syntax
    'Declaration
     
    
    ReadOnly Property SpellCheck As ISpellCheck
    'Usage
     
    
    Dim instance As IProductivity
    Dim value As ISpellCheck
     
    value = instance.SpellCheck
    ISpellCheck SpellCheck {get;}
    See Also