<Code Lib>
2025.3 Method
Changes 0
M

UIApplication.GetDockablePane

Description:
Gets a DockablePane object by its ID.

public DockablePane GetDockablePane(
	DockablePaneId id
)

Return Value DockablePane DockablePane

  • Thrown if no dockable pane has been registered with identifier %id%.
  • Thrown if the dockable pane with identifier %id% has not been created yet.

Loading…