System.Windows.Forms.HtmlHistory Members

The members of System.Windows.Forms.HtmlHistory are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
DomHistoryobject.

Gets the unmanaged interface wrapped by this class.

[read-only]
Lengthint.

Gets the size of the history stack.

Public Methods

Back(int)

Navigates backward in the navigation stack by the specified number of entries.

Dispose()

Releases all resources used by the System.Windows.Forms.HtmlHistory.

Forward(int)

Navigates forward in the navigation stack by the specified number of entries.

Go(int)

Navigates to the specified relative position in the browser's history.

Go(string)

Navigates to the specified Uniform Resource Locator (URL).

Go(Uri)

Navigates to the specified Uniform Resource Locator (URL).