Intersoft ClientUI Documentation
IsInProgress Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ResourceDownloader Class : IsInProgress Property






Determines whether a download operation is in progress.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsInProgress As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ResourceDownloader
Dim value As Boolean
 
value = instance.IsInProgress
C# 
public bool IsInProgress {get;}
Delphi 
public read-only property IsInProgress: Boolean; 
JScript 
public function get IsInProgress : boolean
Managed Extensions for C++ 
public: __property bool get_IsInProgress();
C++/CLI 
public:
property bool IsInProgress {
   bool get();
}

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.