Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
ClearDisplay
|
Previous Top Next |
|
|
| Clear the output screen.
|
|
|
| Syntax
|
|
|
| Sub ClearDisplay()
|
|
|
| Remarks
|
|
|
| Removes all content from the diplay. Any navigation/reviewing will be lost and the content will be reset.
|
|
|
| Example
|
|
|
| Private Sub Clear_Click()
|
| diffCtrl1.ClearDisplay
|
|
|
| End Sub
|
|
|
|
|
|
|