| DownloadItemIsInProgress Property | 
Version 63.0.0
            Returns true if the download is in progress.
            
 
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxpublic bool IsInProgress { get; set; }public:
property bool IsInProgress {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean See Also
See Also