ComponentFactory.Krypton.Toolkit.KryptonCheckedListBox.Dispose C# (CSharp) Method

Dispose() protected method

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.
return void
        protected override void Dispose(bool disposing)
        {
            base.Dispose(disposing);
            if (_screenDC != IntPtr.Zero)
                PI.DeleteDC(_screenDC);
        }
KryptonCheckedListBox