Kimono.KReplace.ReplaceNextDialog C# (CSharp) Метод

ReplaceNextDialog() публичный Метод

Return (or create) the dialog that shows the "find next?" prompt. Usually you don't need to call this. One case where it can be useful, is when the user selects the "Find" menu item while a find operation is under way. In that case, the program may want to call setActiveWindow() on that dialog.
public ReplaceNextDialog ( bool create ) : Kimono.KDialog
create bool
Результат Kimono.KDialog
        public KDialog ReplaceNextDialog(bool create)
        {
            return (KDialog) interceptor.Invoke("replaceNextDialog$", "replaceNextDialog(bool)", typeof(KDialog), typeof(bool), create);
        }

Same methods

KReplace::ReplaceNextDialog ( ) : Kimono.KDialog