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

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

public static QuestionYesNo ( QWidget parent, string text ) : int
parent QWidget
text string
Результат int
        public static int QuestionYesNo(QWidget parent, string text)
        {
            return (int) staticInterceptor.Invoke("questionYesNo#$", "questionYesNo(QWidget*, const QString&)", typeof(int), typeof(QWidget), parent, typeof(string), text);
        }

Same methods

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