HelpTopic Constructor(String,String)
In This Topic
Creates a new instance of
HelpTopic.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public HelpTopic(
System.string ,
System.string
)
Parameters
- title
- A title for the help topic being created.
- url
- A URL for the help topic being created.
See Also