BCGControlBar Library for .NET
AnimationType Property (DesktopAlert)




Specifies the animation type, which can be fade, slide, unfold, or appearance without animation.
Syntax
'Declaration
 
Public Property AnimationType As ANIMATION_TYPE
'Usage
 
Dim instance As DesktopAlert
Dim value As ANIMATION_TYPE
 
instance.AnimationType = value
 
value = instance.AnimationType
public ANIMATION_TYPE AnimationType {get; set;}
public: __property ANIMATION_TYPE get_AnimationType();
public: __property void set_AnimationType( 
   ANIMATION_TYPE value
);
public:
property ANIMATION_TYPE AnimationType {
   ANIMATION_TYPE get();
   void set (    ANIMATION_TYPE 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

DesktopAlert Class
DesktopAlert Members

Send Feedback