Kimono.KMessageBox.WarningYesNoList C# (CSharp) Method

WarningYesNoList() public static method

public static WarningYesNoList ( QWidget parent, string text, List strlist ) : int
parent QWidget
text string
strlist List
return int
        public static int WarningYesNoList(QWidget parent, string text, List<string> strlist)
        {
            return (int) staticInterceptor.Invoke("warningYesNoList#$?", "warningYesNoList(QWidget*, const QString&, const QStringList&)", typeof(int), typeof(QWidget), parent, typeof(string), text, typeof(List<string>), strlist);
        }

Same methods

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