M-Files UI Extensibility Framework
ShowPopupDashboard Method
IShellFrame Interface : ShowPopupDashboard Method
The dashboard ID as defined in Application Definition File (appdef.xml).
If true, the method call does not return until the dashboard is closed (i.e. the dashboard is modal). If false, the dashboard is modeless.
The custom data that is passed for dashboard. Can be accessed with CustomData Property of IDashboard Interface.
Description
Shows a dashboard in popup window.
Syntax
Visual Basic
Public Sub ShowPopupDashboard( _
   ByVal dashboardID As String, _
   ByVal waitUntilClosed As Boolean, _
   ByVal data As Variant _
) 
Parameters
dashboardID
The dashboard ID as defined in Application Definition File (appdef.xml).
waitUntilClosed
If true, the method call does not return until the dashboard is closed (i.e. the dashboard is modal). If false, the dashboard is modeless.
data
The custom data that is passed for dashboard. Can be accessed with CustomData Property of IDashboard Interface.
Remarks
This shell frame object is set to be the parent object of the dashboard.
See Also

IShellFrame Interface  | IShellFrame Members