ShowExternalHelp(HelpTab,Object) Method
In This Topic
Displays the contents of the help file in an external help viewer window instead of in the C1DynamicHelp panel.
Syntax
'Declaration
Public Overloads Sub ShowExternalHelp( _
ByVal As HelpTab, _
ByVal As System.Object _
)
public void ShowExternalHelp(
HelpTab ,
System.object
)
Parameters
- tab
- One of the HelpTab values.
- parameter
See Also