Home > Products > CSHTMLDiff Control > Documentation > User Guide

GotoFirstDiff
Previous  Top  Next


 
Navigate to the first Difference in this document.  
 
Syntax  
 
Sub GotoFirstDiff()  
 
Remarks  
 
Navigates to the first Difference in this document.  
Same as calling GotoDiff 0.  
 
This operation is available only after a valid call to DoDiff.  
     
Example  
 
Private Sub GotoFirstDiff_Click()  
diffCtrl1.GotoFirstDiff  
 
End Sub  
 
See Also  
 
DoDiff, GotoDiff, GotoLastDiff, GotoNextDiff, GotoPrevDiff, DiffCount, Find, Navigation