Kimono.KMessageBox.QuestionYesNoCancel C# (CSharp) Method

QuestionYesNoCancel() public static method

public static QuestionYesNoCancel ( QWidget parent, string text, string caption, KGuiItem buttonYes, KGuiItem buttonNo, KGuiItem buttonCancel, string dontAskAgainName ) : int
parent QWidget
text string
caption string
buttonYes KGuiItem
buttonNo KGuiItem
buttonCancel KGuiItem
dontAskAgainName string
return int
        public static int QuestionYesNoCancel(QWidget parent, string text, string caption, KGuiItem buttonYes, KGuiItem buttonNo, KGuiItem buttonCancel, string dontAskAgainName)
        {
            return (int) staticInterceptor.Invoke("questionYesNoCancel#$$###$", "questionYesNoCancel(QWidget*, const QString&, const QString&, const KGuiItem&, const KGuiItem&, const KGuiItem&, const QString&)", typeof(int), typeof(QWidget), parent, typeof(string), text, typeof(string), caption, typeof(KGuiItem), buttonYes, typeof(KGuiItem), buttonNo, typeof(KGuiItem), buttonCancel, typeof(string), dontAskAgainName);
        }

Same methods

KMessageBox::QuestionYesNoCancel ( QWidget parent, string text ) : int
KMessageBox::QuestionYesNoCancel ( QWidget parent, string text, string caption ) : int
KMessageBox::QuestionYesNoCancel ( QWidget parent, string text, string caption, KGuiItem buttonYes ) : int
KMessageBox::QuestionYesNoCancel ( QWidget parent, string text, string caption, KGuiItem buttonYes, KGuiItem buttonNo ) : int
KMessageBox::QuestionYesNoCancel ( QWidget parent, string text, string caption, KGuiItem buttonYes, KGuiItem buttonNo, KGuiItem buttonCancel ) : int
KMessageBox::QuestionYesNoCancel ( QWidget parent, string text, string caption, KGuiItem buttonYes, KGuiItem buttonNo, KGuiItem buttonCancel, string dontAskAgainName, uint options ) : int