NavigationCommands Class

Definition

Provides a standard set of navigation-related commands.

public ref class NavigationCommands abstract sealed
public static class NavigationCommands
type NavigationCommands = class
Public Class NavigationCommands
Inheritance
NavigationCommands

Remarks

The NavigationCommands class exposes a standard set of navigation-related commands, including browser and document navigation.

For more information on commands and commanding, see Commanding Overview.

Properties

BrowseBack

Gets the value that represents the Browse Back command.

BrowseForward

Gets the value that represents the Browse Forward command.

BrowseHome

Gets the value that represents the Browse Home command.

BrowseStop

Gets the value that represents the Browse Stop command.

DecreaseZoom

Gets the value that represents the Decrease Zoom command.

Favorites

Gets the value that represents the Favorites command.

FirstPage

Gets the value that represents the First Page command.

GoToPage

Gets the value that represents the Go To Page command.

IncreaseZoom

Gets the value that represents the Increase Zoom command.

LastPage

Gets the value that represents the Last Page command.

NavigateJournal

Gets the value that represents the Navigate Journal command.

NextPage

Gets the value that represents the Next Page command.

PreviousPage

Gets the value that represents the Previous Page command.

Refresh

Gets the value that represents the Refresh command.

Search

Gets the value that represents the Search command.

Zoom

Gets the value that represents the Zoom command.

Applies to

See also