BCGControlBar Library for .NET
AnimationType Property (DesktopAlertControl)




Syntax
'Declaration
 
Public Property AnimationType As ANIMATION_TYPE
'Usage
 
Dim instance As DesktopAlertControl
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

DesktopAlertControl Class
DesktopAlertControl Members

Send Feedback