Method DefaultRefreshEditor
DefaultRefreshEditor(IPortEditor, VisualElement, bool)
Default refresh editor handler.
Declaration
public static bool DefaultRefreshEditor(IPortEditor self, VisualElement port, bool forceHide)
Parameters
Type | Name | Description |
---|---|---|
IPortEditor | self | This instance. |
VisualElement | port | The port. |
bool | forceHide | if set to |
Returns
Type | Description |
---|---|
bool |
|