ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / C1DynamicHelp Class / HelpSource Property

In This Topic
    HelpSource Property
    In This Topic
    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