Please enable JavaScript to view this site.

Ribbon: Ribbon Designer SDK > MapBasic SDK

AddIn_Help

Scroll Prev Top Next

Purpose

Opens the linked help file  of your application in the Tools Manager.

Reserved procedure. Called automatically while mbx is starting.

 

Type: MapBasic Sub (reserved)

 

Example

Declare Sub AddIn_Help

'******************************

Sub AddIn_Help

 Note "Ribbon Sample Help"

End Sub