ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / AutoReplaceEventArgs Class / Found Property

In This Topic
    Found Property (AutoReplaceEventArgs)
    In This Topic
    Gets the string that is about to be replaced.
    Syntax
    'Declaration
     
    Public ReadOnly Property Found As System.String
    public System.string Found {get;}
    See Also