Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
ReviewStartDlg
|
Previous Top Next |
|
|
| Displays the Reviewing Toolbox.
|
|
|
| Syntax
|
|
|
| Sub ReviewStartDlg()
|
|
|
| Remarks
|
|
|
| The Reviewing Toolbox allows the end-user to interactively perform reviewing and navigation operations on the current contents.
|
| See the details on reviewing features for further information.
|
|
|
| This operation is available only after a valid call to DoDiff.
|
|
|
| Example
|
|
|
| Private Sub ReviewDialog_Click()
|
| diffCtrl1.ReviewStartDlg
|
|
|
| End Sub
|
|
|
| See Also
|
|
|
| DoDiff, Reviewing Changes, Diff Specification
|
|
|
|
|