Intersoft ClientUI Documentation
DownloadState Enumeration
See Also  Send Feedback
Intersoft.Client.Framework Namespace : DownloadState Enumeration






Determines the state of the download progress.

Syntax

Visual Basic (Declaration) 
Public Enum DownloadState 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DownloadState
C# 
public enum DownloadState : System.Enum 
Delphi 
public enum DownloadState = class(System.Enum)
JScript 
public enum DownloadState extends System.Enum
Managed Extensions for C++ 
__value public enum DownloadState : public System.Enum 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.