OpenChmHelp Method (IApplication)
Opens the specified help topic in the specified CHM file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OpenChmHelp( _
long HelpID As System.Integer, _
const dsString& ChmFile As System.String _
) As System.Boolean |
C# | |
---|
System.bool OpenChmHelp(
System.int HelpID,
System.string ChmFile
) |
JavaScript | |
---|
OpenChmHelp(
HelpID : Number,
ChmFile : String
) : Boolean |
Parameters
- HelpID
- ID of help topic to open
- ChmFile
- Full pathname of the help CHM
- Success[out] or Return Value
- True if the help topic successfully opened, false if not
See Also
Availability
DraftSight 2019 SP0