Home > Products > CSHTMLDiff Control > Documentation > User Guide
|
SetGenValues
|
Previous Top Next |
|
|
| Sets the information shown at the top of the HTML comparison output when navigation is enabled.
|
|
|
| Syntax
|
|
|
| Sub SetGenValues(genBy As String, prodName As String, url As String, navCh As String)
|
|
|
| Parameters
|
|
|
| genBy
|
| "Generated by" - Usually company/developer name.
|
|
|
| prodName
|
| Product name.
|
|
|
| url
|
| Company/Product url. Must have the form "http://........"
|
|
|
| navCh
|
| Navigation change. Text which appears on navigation button on output.
|
|
|
|
|
| Remarks
|
|
|
| All fields can receive empty fields. Button text will use default value if no value is received from user.
|
|
|
| Display information is only available when output is saved with the navigation option set to True.
|
|
|
| Example
|
|
|
| Private Sub SetGenVals_Click()
|
| diffCtrl1.SetGenValues "", "", "", "Press"
|
|
|
| End Sub
|
|
|
| See Also
|
|
|
| SaveResultAs
|
|
|
|
|
|
|