Intersoft ClientUI Documentation
LoadingProgressAnimation Property



Specifies the animation style that indicates the application loading progress.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LoadingProgressAnimation As LoadingAnimation
Dim instance As UXDesktopDock
Dim value As LoadingAnimation
 
instance.LoadingProgressAnimation = value
 
value = instance.LoadingProgressAnimation
[CategoryAttribute("Common Properties")]
public LoadingAnimation LoadingProgressAnimation {get; set;}
[CategoryAttribute("Common Properties")]
public:
property LoadingAnimation LoadingProgressAnimation {
   LoadingAnimation get();
   void set (    LoadingAnimation 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

UXDesktopDock Class
UXDesktopDock Members

Send Feedback