Kimono.KMessageBox.ShouldBeShownContinue C# (CSharp) Метод

ShouldBeShownContinue() публичный статический метод

name="dontShowAgainName" the name that identify the message box. If empty, true is always returned.
public static ShouldBeShownContinue ( string dontShowAgainName ) : bool
dontShowAgainName string
Результат bool
        public static bool ShouldBeShownContinue(string dontShowAgainName)
        {
            return (bool) staticInterceptor.Invoke("shouldBeShownContinue$", "shouldBeShownContinue(const QString&)", typeof(bool), typeof(string), dontShowAgainName);
        }