System.Windows.Forms.WebBrowserProgressChangedEventArgs.CurrentProgress Property

Gets the number of bytes that have been downloaded.

Syntax

public long CurrentProgress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to display the current navigation progress in a System.Windows.Forms.ProgressBar control. Use the WebBrowserProgressChangedEventArgs.MaximumProgress property to determine the total number of bytes available for downloading.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0