NevronOpenVision
Nevron.Nov.Text Namespace / NSpellSuggestionMenuItem Class / NSpellSuggestionMenuItem Constructor / NSpellSuggestionMenuItem Constructor(String,NSelection,NRangeI)
The spell suggestion shown by this item.
The selection object to work with inline this menu item is meant for.
The char indexes range.
In This Topic
    NSpellSuggestionMenuItem Constructor(String,NSelection,NRangeI)
    In This Topic
    Creates a new spell check suggestion menu item for the given text inline and the specified suggestion.
    Syntax
    public NSpellSuggestionMenuItem( 
       System.string suggestion,
       NSelection selection,
       NRangeI wordRange
    )

    Parameters

    suggestion
    The spell suggestion shown by this item.
    selection
    The selection object to work with inline this menu item is meant for.
    wordRange
    The char indexes range.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also