ComponentOne DynamicHelp for WinForms
HelpSource Property

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > C1DynamicHelp Class : HelpSource Property
Gets or sets the location of the help source, such as the name of a .chm file (for HTML Help) or the name of the main .htm file (for NetHelp).
Syntax
'Declaration
 
Public Property HelpSource As System.String
public System.string HelpSource {get; set;}
Remarks
The name of the file may be absolute or relative. In most cases, the name will be relative and will refer to the application's bin folder.
See Also

Reference

C1DynamicHelp Class
C1DynamicHelp Members