Qyoto.QWidget.IsAncestorOf C# (CSharp) Метод

IsAncestorOf() публичный Метод

public IsAncestorOf ( QWidget child ) : bool
child QWidget
Результат bool
        public bool IsAncestorOf(QWidget child)
        {
            return (bool) interceptor.Invoke("isAncestorOf#", "isAncestorOf(const QWidget*) const", typeof(bool), typeof(QWidget), child);
        }
QWidget