OpenWebHelp Method (IApplication)
Opens the specified web help URL.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function OpenWebHelp( _
const dsString& WebUrl As System.String _
) As System.Boolean |
| C# | |
|---|
System.bool OpenWebHelp(
System.string WebUrl
) |
| JavaScript | |
|---|
OpenWebHelp(
WebUrl : String
) : Boolean |
Parameters
- WebUrl
- URL of the landing page of an online HTML help system
- Success[out] or Return Value
- True if web help successfully opened, false if not
Remarks
See Also
Availability
DraftSight 2019 SP0