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

In This Topic
    Replace Property (AutoReplaceEventArgs)
    In This Topic
    Gets or sets the string that contains the replacement text.
    Syntax
    'Declaration
     
    Public Property Replace As System.String
    public System.string Replace {get; set;}
    See Also