This member is for System Use Only and should NOT be used.
Show a Diff Viewer.
Syntax
ISCommonForms.ShowDiffViewer(diffItems, [language], [title], [leftCaption], [rightCaption], [modal])
Parameters
| Name | Type | Optional | ByRef | Description |
| diffItems |
ISDiffItems |
|
|
The ISDiffItems to display. |
| language |
iseScriptEditorLanguage |
Optional |
|
If omitted, a value of iseScriptEditorLanguage.None is assumed. |
| title |
String |
Optional |
|
The Window Title. |
| leftCaption |
String |
Optional |
|
Text to display above the left-hand panel. |
| rightCaption |
String |
Optional |
|
Text to display above the right-hand panel. |
| modal |
Boolean |
Optional |
|
Indicates whether to display this form modally.
If omitted, a value of False is assumed. |
- Member of:
- ISCommonForms
- Namespace:
- Intersoft.ISUserInterface6
- Assembly:
- ISUserInterface6, Version=6.0.3
- Target Framework:
- .NET 9.0