Intersoft ClientUI Documentation
DownloadState Enumeration



Determines the state of the download progress.
Syntax
Public Enum DownloadState 
   Inherits System.Enum
Dim instance As DownloadState
public enum DownloadState : System.Enum 
public enum class DownloadState : public System.Enum 
Members
MemberDescription
CompletedIndicates that a resource has been downloaded.
DownloadingIndicates that a resource is being downloaded.
NotDownloadedIndicates that a resource has not been downloaded.
QueuedIndicates that a resource is queued for the next download.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.Framework.DownloadState

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

Intersoft.Client.Framework Namespace

Send Feedback