MonobjcMonobjc Documented Class Library
Animate Method (sender)
NamespacesMonobjc.AppKitNSProgressIndicatorAnimate(Id)

This action method advances the progress animation of an indeterminate progress animator by one step. (Deprecated in Mac OS X v10.5 and later.NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.)

Original signature is '- (void)animate:(id)sender'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.")]
public virtual void Animate(
	Id sender
)
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.")> _
Public Overridable Sub Animate ( _
	sender As Id _
)
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.")]
public:
virtual void Animate(
	Id^ sender
)
Parameters
sender (Id)
The object sending the message.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)