Home > Products > CSHTMLDiff Control > Documentation > User Guide

GotoNextDiffFromHere
Previous  Top  Next


 
Navigate to the next visible difference in this document, relative to the current scroll position of the view.  
 
Syntax  
 
Sub GotoNextDiffFromHere()  
 
Remarks  
 
Navigates to the first available difference, starting from the current scroll position.  
This method is mostly useful for locating a close difference after free-scrolling by the user - the difference that is closest to the current scroll position will be selected.  
 
This operation is available only after a valid call to DoDiff.  
     
Example  
 
Private Sub NextDiffFromHere_Click()  
diffCtrl1.GotoNextDiffFromHere  
End Sub  
 
See Also  
 
DoDiff, GotoDiff, GotoFirstDiff, GotoLastDiff, GotoPrevDiff, GotoNextDiff, DiffCount, CurrentDiff, Find, Navigation