public void Dispose() { ErrorPicture.Hide(); ErrorPicture.Dispose(); Control = null; Tooltip.Dispose(); if (timer != null) { timer.Dispose(); } }