M-Files UI Extensibility Framework
ShowDashboard Method
ITopPane Interface : ShowDashboard Method
The ID of the dashboard to be shown.
The data object to pass for the HTML code.
Description
Sets the shell window main area to show a dashboard.
Syntax
Visual Basic
Public Sub ShowDashboard( _
   ByVal dashboardID As String, _
   ByVal data As Variant _
) 
Parameters
dashboardID
The ID of the dashboard to be shown.
data
The data object to pass for the HTML code.
See Also

ITopPane Interface  | ITopPane Members