BCGControlBar Library for .NET
AnimationImages Property




Specifies a collection of the images used during the animation.
Syntax
'Declaration
 
Public Property AnimationImages As ImageList
'Usage
 
Dim instance As RibbonStatusBarPane
Dim value As ImageList
 
instance.AnimationImages = value
 
value = instance.AnimationImages
public ImageList AnimationImages {get; set;}
public: __property ImageList* get_AnimationImages();
public: __property void set_AnimationImages( 
   ImageList* value
);
public:
property ImageList^ AnimationImages {
   ImageList^ get();
   void set (    ImageList^ value);
}
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

RibbonStatusBarPane Class
RibbonStatusBarPane Members

Send Feedback