Kimono.KMessageBox.InformationListWId C# (CSharp) Method

InformationListWId() public static method

This function accepts the window id of the parent window, instead of QWidget. It should be used only when necessary.
public static InformationListWId ( uint parent_id, string text, List strlist, string caption, string dontShowAgainName, uint options ) : void
parent_id uint
text string
strlist List
caption string
dontShowAgainName string
options uint
return void
        public static void InformationListWId(uint parent_id, string text, List<string> strlist, string caption, string dontShowAgainName, uint options)
        {
            staticInterceptor.Invoke("informationListWId$$?$$$", "informationListWId(WId, const QString&, const QStringList&, const QString&, const QString&, KMessageBox::Options)", typeof(void), typeof(uint), parent_id, typeof(string), text, typeof(List<string>), strlist, typeof(string), caption, typeof(string), dontShowAgainName, typeof(uint), options);
        }

Same methods

KMessageBox::InformationListWId ( uint parent_id, string text, List strlist ) : void
KMessageBox::InformationListWId ( uint parent_id, string text, List strlist, string caption ) : void
KMessageBox::InformationListWId ( uint parent_id, string text, List strlist, string caption, string dontShowAgainName ) : void