Kimono.KMessageBox.InformationWId C# (CSharp) Method

InformationWId() public static method

public static InformationWId ( uint parent_id, string text, string caption, string dontShowAgainName ) : void
parent_id uint
text string
caption string
dontShowAgainName string
return void
        public static void InformationWId(uint parent_id, string text, string caption, string dontShowAgainName)
        {
            staticInterceptor.Invoke("informationWId$$$$", "informationWId(WId, const QString&, const QString&, const QString&)", typeof(void), typeof(uint), parent_id, typeof(string), text, typeof(string), caption, typeof(string), dontShowAgainName);
        }

Same methods

KMessageBox::InformationWId ( uint parent_id, string text ) : void
KMessageBox::InformationWId ( uint parent_id, string text, string caption ) : void
KMessageBox::InformationWId ( uint parent_id, string text, string caption, string dontShowAgainName, uint options ) : void