Method FindSuitableParent
FindSuitableParent(VisualElement)
Find the parent VisualElement where the popup will be added.
Declaration
protected virtual VisualElement FindSuitableParent(VisualElement element)
Parameters
| Type | Name | Description | 
|---|---|---|
| VisualElement | element | An arbitrary UI element inside the panel.  | 
    
Returns
| Type | Description | 
|---|---|
| VisualElement | The popup container VisualElement in the current panel.  |