Kimono.KFind.CloseFindNextDialog C# (CSharp) 메소드

CloseFindNextDialog() 공개 메소드

Close the "find next?" dialog. The application should do this when the last match was hit. If the application deletes the KFind, then "find previous" won't be possible anymore. IMPORTANT: you should also call this if you are using a non-modal find dialog, to tell KFind not to pop up its own dialog.
public CloseFindNextDialog ( ) : void
리턴 void
        public void CloseFindNextDialog()
        {
            interceptor.Invoke("closeFindNextDialog", "closeFindNextDialog()", typeof(void));
        }