Skip to content

IOverlayWindow

Dirkster99 edited this page Jun 6, 2020 · 9 revisions

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.

Demo Projects

Controls

Layout Models

Interfaces

Class Designs

Bugs

Manual Tests

Clone this wiki locally