BCGControlBar Library for .NET
DisplayAnimation Property




Indicates a value whether the first image from the AnimationImages collection should be displayed on the RibbonStatusBarPane when the animation is disabled.
Syntax
'Declaration
 
Public Property DisplayAnimation As Boolean
'Usage
 
Dim instance As RibbonStatusBarPane
Dim value As Boolean
 
instance.DisplayAnimation = value
 
value = instance.DisplayAnimation
public bool DisplayAnimation {get; set;}
public: __property bool get_DisplayAnimation();
public: __property void set_DisplayAnimation( 
   bool value
);
public:
property bool DisplayAnimation {
   bool get();
   void set (    bool 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