IOverlayWindow - wesley7child/OuterPlugin GitHub Wiki

The IOverlayWindow interface is implemented by the OverlayWindow (UI) control to show docking buttons and drop areas when the user drags documents or tool windows to a new docking location.

Methods

Public Methods

GetTargets

IEnumerable<IDropTarget> IOverlayWindow.GetTargets()

Gets all IDropTarget areas in which a given floating element can be dropped into this window. The emitted information is used to draw the preview elements to show each drop target and realize the drop itself when the drag operation ends at a given drop target.