M-Files UI Extensibility Framework
ShowDashboard Method
IShellPaneTab Interface : ShowDashboard Method
The dashboard ID. The dashboard ID is specified in the application definition file (appdef.xml).
Data object to pass for the HTML code. The data object shows as CustomData Property of the dashboard object.
Description
Shows the specified dashboard in the tab.
Syntax
Visual Basic
Public Sub ShowDashboard( _
   ByVal dashboardID As String, _
   ByVal data As Variant _
) 
Parameters
dashboardID
The dashboard ID. The dashboard ID is specified in the application definition file (appdef.xml).
data
Data object to pass for the HTML code. The data object shows as CustomData Property of the dashboard object.
Remarks
Supported in M-Files 10.0.3911.3 and newer.
See Also

IShellPaneTab Interface  | IShellPaneTab Members