Windows.ResetPositionsSideBySide Method
Resets two document windows that are in the Compare side by side with view mode.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ResetPositionsSideBySide
'Usage
Dim instance As Windows
instance.ResetPositionsSideBySide()
void ResetPositionsSideBySide()
Remarks
The ResetPositionsSideBySide method corresponds to the Reset Window Position button on the Compare Side by Side toolbar.
Use the ResetPositionsSideBySide method to reset the display of two documents. For example, if a user minimizes or maximizes one of the two document windows being compared, the ResetPositionsSideBySide method resets the display so that the two windows are displayed side-by-side again.