View::Back method

The Back method navigates to the previous view. This method is equivalent to the user pressing the Back button on the toolbar.

Syntax

View.Back()

Parameters

This method has no parameters.

Return value

This method does not return a value.

Examples

' Move to the previous view in the view history.
objView.Back

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
MMCObj.h
IDL
MMCObj.idl
DLL
Mmc.exe
IID
IID_View is defined as 6EFC2DA2-B38C-457E-9ABB-ED2D189B8C38

See also

View.Forward