Qyoto.QWidget.TestAttribute C# (CSharp) Method

TestAttribute() public method

public TestAttribute ( Qt arg1 ) : bool
arg1 Qt
return bool
        public bool TestAttribute(Qt.WidgetAttribute arg1)
        {
            return (bool) interceptor.Invoke("testAttribute$", "testAttribute(Qt::WidgetAttribute) const", typeof(bool), typeof(Qt.WidgetAttribute), arg1);
        }
QWidget