M-Files UI Extensibility Framework
ShowPopupDashboard Method
IVaultUI Interface : ShowPopupDashboard Method
The id of the dashboard to show. The string id must match to one of the dashboard ids in the application definition file (appdef.xml).
Specifies whether the popup dashboard is shown modally or modeless.
User-defined data item that is passed to the new dashboard.
Description
Shows a dashboard in a separate window. The parent for the dashboard will be the IVaultUI object.
Syntax
Visual Basic
Public Sub ShowPopupDashboard( _
   ByVal dashboardID As String, _
   ByVal waitUntilClosed As Boolean, _
   ByVal data As Variant _
) 
Parameters
dashboardID
The id of the dashboard to show. The string id must match to one of the dashboard ids in the application definition file (appdef.xml).
waitUntilClosed
Specifies whether the popup dashboard is shown modally or modeless.
data
User-defined data item that is passed to the new dashboard.
See Also

IVaultUI Interface  | IVaultUI Members