BCGControlBar Library for .NET
EnableAnimation Method




Specifies whether the animation should be enabled or disabled.

 Allows the pane to display an animation whose frames are stored in the specified image list .
By default, the animation is enabled. If a timer for displaying an animation does not exist, it will be created by this function.

Syntax
'Declaration
 
Public Sub EnableAnimation( _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As StatusBarPaneInfo
Dim value As Boolean
 
instance.EnableAnimation(value)
public void EnableAnimation( 
   bool value
)
public: void EnableAnimation( 
   bool value
) 
public:
void EnableAnimation( 
   bool value
) 

Parameters

value
Specifies whether the animation should be enabled or disabled.
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