M-Files UI Extensibility Framework
Parent Property
Collapse All
Expand All
IDashboard Interface
: Parent Property
Description
Returns the dashboard's parent object.
Property type
Read-only property
Syntax
Visual Basic
Public Property Parent As Object
Return Type
The parent object's type is:
IShellPaneContainer if the dashboard is opened in a side pane (bottom pane or right pane) i.e. the dashboard has been opened using
IShellPaneContainer::ShowDashboard
IShellFrame if the dashboard is opened using
IShellFrame::ShowDashboard
(dashboard opens in the listing pane) or
IShellFrame::ShowPopupDashboard
IVaultUI if the dashboard is opened using
IVaultUI::ShowPopupDashboard
IShellUI if the dashboard is opened using
IShellUI::ShowPopupDashboard
See Also
IDashboard Interface
|
IDashboard Members