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