Kimono.KReplace.CloseReplaceNextDialog C# (CSharp) Method

CloseReplaceNextDialog() public method

Close the "replace next?" dialog. The application should do this when the last match was hit. If the application deletes the KReplace, then "find previous" won't be possible anymore.
public CloseReplaceNextDialog ( ) : void
return void
        public void CloseReplaceNextDialog()
        {
            interceptor.Invoke("closeReplaceNextDialog", "closeReplaceNextDialog()", typeof(void));
        }