Kimono.KReplace.CloseReplaceNextDialog C# (CSharp) Méthode

CloseReplaceNextDialog() public méthode

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
Résultat void
        public void CloseReplaceNextDialog()
        {
            interceptor.Invoke("closeReplaceNextDialog", "closeReplaceNextDialog()", typeof(void));
        }