Home > Products > CSHTMLDiff Control > Documentation > User Guide

ReviewRejectAll
Previous  Top  Next


 
Perform a 'Reject All Changes' operation on the current contents of the control.  
 
Syntax  
 
Sub ReviewRejectAll()  
 
Remarks  
 
Rejects all the changes in the current contents.  
Any added elements become hidden and any deleted elements become part of the contents. This causes the control to effectively display the Base file.  
 
This operation is available only after a valid call to DoDiff.  
 
Example  
 
Private Sub RejectAll_Click()  
diffCtrl1.ReviewRejectAll  
 
End Sub  
 
See Also  
 
DoDiff, BaseFile, Reviewing Changes, Diff Specification