M-Files UI Extensibility Framework
SetLogo Method
ITaskPane Interface : SetLogo Method
A path to the logo file. The file name is relative to the application folder (in where the appdef.xml is located).
Description
Sets the logo in the Task pane. Using this method requires a specific publisher license key in the application definition file.
Syntax
Visual Basic
Public Sub SetLogo( _
   ByVal filename As String _
) 
Parameters
filename
A path to the logo file. The file name is relative to the application folder (in where the appdef.xml is located).
Remarks

The logo must be placed inside of the application folder. The file must be saved as 32-bit .bmp or .png file.

The graphics can be changed only if the appdef.xml file is equipped with publisher and license key that matches with the publisher name. See the UI Extensibility Framework Developers' guide for further details.

See Also

ITaskPane Interface  | ITaskPane Members