Kimono.KMessageBox.Sorry C# (CSharp) Method

Sorry() public static method

public static Sorry ( QWidget parent, string text, string caption ) : void
parent QWidget
text string
caption string
return void
        public static void Sorry(QWidget parent, string text, string caption)
        {
            staticInterceptor.Invoke("sorry#$$", "sorry(QWidget*, const QString&, const QString&)", typeof(void), typeof(QWidget), parent, typeof(string), text, typeof(string), caption);
        }

Same methods

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