[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.HelpTopic.-ctor

HelpTopic Constructor

HelpTopic(string, string, HelpTopicList)

Creates a new instance of HelpTopic.

Declaration
public HelpTopic(string title, string url, HelpTopicList subtopics)
Parameters
Type Name Description
string title

A title for the help topic being created.

string url

A URL for the help topic being created.

HelpTopicList subtopics

Child topics for the topic being created.

HelpTopic(string, string)

Creates a new instance of HelpTopic.

Declaration
public HelpTopic(string title, string url)
Parameters
Type Name Description
string title

A title for the help topic being created.

string url

A URL for the help topic being created.