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

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

public static SorryWId ( uint parent_id, string text, string caption ) : void
parent_id uint
text string
caption string
Результат void
        public static void SorryWId(uint parent_id, string text, string caption)
        {
            staticInterceptor.Invoke("sorryWId$$$", "sorryWId(WId, const QString&, const QString&)", typeof(void), typeof(uint), parent_id, typeof(string), text, typeof(string), caption);
        }

Same methods

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