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