Windows.ResetPositionsSideBySide Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets two document windows that are in the Compare side by side with view mode.
public:
void ResetPositionsSideBySide();
public void ResetPositionsSideBySide ();
abstract member ResetPositionsSideBySide : unit -> unit
Public Sub 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.