Intersoft ClientUI Documentation
DownloadState Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BasePackage Class : DownloadState Property






Gets the state of the current download progress of this package.

Syntax

Visual Basic (Declaration) 
Public Property DownloadState As DownloadState
Visual Basic (Usage)Copy Code
Dim instance As BasePackage
Dim value As DownloadState
 
instance.DownloadState = value
 
value = instance.DownloadState
C# 
public DownloadState DownloadState {get; set;}
Delphi 
public read-write property DownloadState: DownloadState; 
JScript 
public function get,set DownloadState : DownloadState
Managed Extensions for C++ 
public: __property DownloadState get_DownloadState();
public: __property void set_DownloadState( 
   DownloadState value
);
C++/CLI 
public:
property DownloadState DownloadState {
   DownloadState get();
   void set (    DownloadState value);
}

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.