Qyoto.QWidget.Close C# (CSharp) Method

Close() private method

private Close ( ) : bool
return bool
        public bool Close()
        {
            return (bool) interceptor.Invoke("close", "close()", typeof(bool));
        }
QWidget