Qyoto.QWidget.Destroy C# (CSharp) 메소드

Destroy() 보호된 메소드

protected Destroy ( bool destroyWindow ) : void
destroyWindow bool
리턴 void
        protected void Destroy(bool destroyWindow)
        {
            interceptor.Invoke("destroy$", "destroy(bool)", typeof(void), typeof(bool), destroyWindow);
        }

Same methods

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