[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.C1DynamicHelp.ShowExternalHelp

ShowExternalHelp Method

ShowExternalHelp(HelpTab)

Displays the contents of the help file in an external help viewer window instead of in the C1DynamicHelp panel.

Declaration
public void ShowExternalHelp(HelpTab tab)
Public Sub ShowExternalHelp(tab As HelpTab)
Parameters
Type Name Description
HelpTab tab

One of the HelpTab values.

ShowExternalHelp(HelpTab, object)

Displays the contents of the help file in an external help viewer window instead of in the C1DynamicHelp panel.

Declaration
public void ShowExternalHelp(HelpTab tab, object parameter)
Public Sub ShowExternalHelp(tab As HelpTab, parameter As Object)
Parameters
Type Name Description
HelpTab tab

One of the HelpTab values.

object parameter