Name | Description | |
---|---|---|
![]() | ActivePane | Gets the currently active Pane. |
![]() | Count | Gets the number of currently open panes. |
![]() | Item | Gets the pane at the specified index. |
The following tables list the members exposed by PaneCollection.
Name | Description | |
---|---|---|
![]() | ActivePane | Gets the currently active Pane. |
![]() | Count | Gets the number of currently open panes. |
![]() | Item | Gets the pane at the specified index. |
Name | Description | |
---|---|---|
![]() | CloseAllPanes | Close all open panes. |
![]() | ClosePane | Close the pane identified by the specified instance ID. |
![]() | Create | Overloaded. |
![]() | Find | Returns an array of Panes matching the specified DAML identifier. |
![]() | FindPane | Finds the pane identified by the specified instance identifier. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | RemovePermanentPane | Closes a singleton pane. |
Name | Description | |
---|---|---|
![]() | CanOpenTablePane | Determines if the mapMember can be opened by the table pane. |
![]() | CloseLayoutPanes | Close the layout panes that reference the specified layout path. |
![]() | CreateLayoutPaneAsync | Create and activate a new layout pane using a Layout reference. Must be called on GUI thread. |
![]() | CreateMapPaneAsync | Overloaded. |
![]() | FindLayoutPanes | Find the layout panes that reference a specific layout. |
![]() | OpenTablePane | Open a table pane for a MapMember. If a table pane is already open it will be activated. You must be on the UI thread to call this function. |