AddIn_ImageUri

Purpose

Icon of your application in the Tools Manager.

Reserved procedure. Called automatically while mbx is starting.

 

Type: MapBasic Function (reserved)

 

Return Value: String

 

Example

Declare Function AddIn_ImageUri() As String

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

Function AddIn_ImageUri() As String

 AddIn_ImageUri = "pack://application:,,,/MapInfo.StyleResources;component/images/application/opendatatable_16x16.png"

End Function