Kimono.KReplace.CloseReplaceNextDialog C# (CSharp) 메소드

CloseReplaceNextDialog() 공개 메소드

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