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

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

public static Information ( QWidget parent, string text, string caption, string dontShowAgainName ) : void
parent Qyoto.QWidget
text string
caption string
dontShowAgainName string
Результат void
        public static void Information(QWidget parent, string text, string caption, string dontShowAgainName)
        {
            staticInterceptor.Invoke("information#$$$", "information(QWidget*, const QString&, const QString&, const QString&)", typeof(void), typeof(QWidget), parent, typeof(string), text, typeof(string), caption, typeof(string), dontShowAgainName);
        }

Same methods

KMessageBox::Information ( QWidget parent, string text ) : void
KMessageBox::Information ( QWidget parent, string text, string caption ) : void
KMessageBox::Information ( QWidget parent, string text, string caption, string dontShowAgainName, uint options ) : void