UIApplication.GetDockablePane
Method
Description:
Gets a DockablePane object by its ID.
Gets a DockablePane object by its ID.
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | DockablePaneId | Unique identifier for the new pane. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if no dockable pane has been registered with identifier %id%. |
| ArgumentException | Thrown if the dockable pane with identifier %id% has not been created yet. |