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

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

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

Same methods

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