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
Overloads Sub ShowExternalHelp( _
ByVal As HelpTab, _
ByVal As System.Object _
)
void ShowExternalHelp(
HelpTab ,
System.object
)
Parameters
- tab
- One of the C1.Win.C1DynamicHelp.HelpTab values.
- parameter
See Also