System.Windows.Forms.ToolStripItem.StopAnimation C# (CSharp) Méthode

StopAnimation() private méthode

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