Skip to content

IOverlayWindow

Dirkster99 edited this page May 12, 2019 · 9 revisions

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

Methods

Public Methods

GetTargets

IEnumerable<IDropTarget> IOverlayWindow.GetTargets()

Gets all target 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.

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally