ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.Dispose C# (CSharp) 메소드

Dispose() 보호된 메소드

Releases all resources used by the Control.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void
        protected override void Dispose(bool disposing)
        {
            base.Dispose(disposing);
            if (_screenDC != IntPtr.Zero)
                PI.DeleteDC(_screenDC);
        }
KryptonCheckedListBox