BCGControlBar Library for .NET
OnAnimTimerTick(EventArgs) Method




An EventArgs that contains the event data.

Raises AnimTimerTick event. Occurs when the specified  interval of the animation timer has elapsed and the animation timer is enabled. This methods changes the displayed image on the StatusBarPane.

Syntax
'Declaration
 
Public Overridable Sub OnAnimTimerTick( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As StatusBarPaneInfo
Dim e As EventArgs
 
instance.OnAnimTimerTick(e)
public virtual void OnAnimTimerTick( 
   EventArgs e
)
public: virtual void OnAnimTimerTick( 
   EventArgs* e
) 
public:
virtual void OnAnimTimerTick( 
   EventArgs^ e
) 

Parameters

e
An EventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusBarPaneInfo Class
StatusBarPaneInfo Members

Send Feedback