Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
ReviewResetAll
|
Previous Top Next |
|
|
| Resets all the changes in the current contents to the initial visual state.
|
|
|
| Syntax
|
|
|
| Sub ReviewResetAll()
|
|
|
| Remarks
|
|
|
| Reset all the reviewed changes in the control to their initial state.
|
| This is effectively the same as calling Refresh.
|
|
|
| This operation is available only after a valid call to DoDiff.
|
|
|
| Example
|
|
|
| Private Sub ResetAll_Click()
|
| diffCtrl1.ReviewResetAll
|
|
|
| End Sub
|
|
|
| See Also
|
|
|
| DoDiff, Refresh, Reviewing Changes, Diff Specification
|
|
|
|
|
|
|