ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Utilities Namespace / SpellChecker Class / IgnoreAll Method

In This Topic
    IgnoreAll Method
    In This Topic
    Will ignore the specified spelling error for the lifetime of the spell checker object.
    Syntax
    Public Sub IgnoreAll( _
       ByVal word As String _
    ) 
    public void IgnoreAll( 
       string word
    )

    Parameters

    word
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also