Method FindPanelForPort
FindPanelForPort(VisualElement, PortView, out VisualElement)
Finds the panel for port.
Declaration
public bool FindPanelForPort(VisualElement container, PortView port, out VisualElement panel)
Parameters
| Type | Name | Description | 
|---|---|---|
| VisualElement | container | The container.  | 
    
| PortView | port | The port.  | 
    
| VisualElement | panel | The panel.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | 
  |