Qyoto.QWidget.IsWindow C# (CSharp) Method

IsWindow() public method

public IsWindow ( ) : bool
return bool
        public bool IsWindow()
        {
            return (bool) interceptor.Invoke("isWindow", "isWindow() const", typeof(bool));
        }
QWidget