System.Windows.Forms.WebBrowserProgressChangedEventArgs.MaximumProgress Property

Gets the total number of bytes in the document being loaded.

Syntax

public long MaximumProgress { 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.CurrentProgress property to determine the number of bytes that have been downloaded successfully.

Requirements

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