Kimono.KFind.CloseFindNextDialog C# (CSharp) Method

CloseFindNextDialog() public method

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
return void
        public void CloseFindNextDialog()
        {
            interceptor.Invoke("closeFindNextDialog", "closeFindNextDialog()", typeof(void));
        }