Qyoto.QWidget.Destroy C# (CSharp) Method

Destroy() protected method

protected Destroy ( ) : void
return void
        protected void Destroy()
        {
            interceptor.Invoke("destroy", "destroy()", typeof(void));
        }

Same methods

QWidget::Destroy ( bool destroyWindow ) : void
QWidget::Destroy ( bool destroyWindow, bool destroySubWindows ) : void
QWidget