In This Article

IDockManagerDesigner Interface

Defines the base requirements of an IDesigner to extend the design-time behavior for the DockManager component.

public interface IDockManagerDesigner : IDisposable

Remarks

For internal use only.

Methods

SendShowDragDropTargetNotification(Rectangle, DockHintStyle, DockStyle)

Sends a notification to the designer client requesting a drop target to be drawn.

void SendShowDragDropTargetNotification(Rectangle screenBounds, DockHintStyle dockHintStyle, DockStyle frameStyle)
Parameter Type Description
screenBounds Rectangle

The bounds of the drop target, or Empty to hide the drop target.

dockHintStyle DockHintStyle

A DockHintStyle indicating the style of drop target to draw.

frameStyle DockStyle

A DockStyle indicating the style of frame to draw.

Inherited Members