IDifferenceViewer.AreViewsSynchronized Property
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.
Are the left and right views are synchronized in the side by side view.
public:
property bool AreViewsSynchronized { bool get(); };
public:
property bool AreViewsSynchronized { bool get(); };
public bool AreViewsSynchronized { get; }
member this.AreViewsSynchronized : bool
Public ReadOnly Property AreViewsSynchronized As Boolean
Property Value
true if the left and right views are synchronized in the side by side view, otherwise false.
Remarks
In the side by side view, the left and right views are, normally, synchronized so that so that matching text always shown in each view. If this synchronization is turned off, then each view will scroll independently.