System.Windows.Forms.ToolStripItem.StopAnimation C# (CSharp) Method

StopAnimation() private method

private StopAnimation ( ) : void
return void
		private void StopAnimation ()
		{
			if (frame_handler == null)
				return;
				
			ImageAnimator.StopAnimate (image, frame_handler);
			frame_handler = null;
		}