Click or drag to resize

DragTargetControlEdge Constructor

Initialize a new instance of the DragTargetControlEdge class.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DragTargetControlEdge(
	Rectangle screenRect,
	Rectangle hotRect,
	Rectangle drawRect,
	DragTargetHint hint,
	KryptonDockingControl controlElement,
	KryptonPageFlags allowFlags,
	bool outsideEdge
)

Parameters

screenRect
Type: System.DrawingRectangle
Rectangle for screen area.
hotRect
Type: System.DrawingRectangle
Rectangle for hot area.
drawRect
Type: System.DrawingRectangle
Rectangle for draw area.
hint
Type: Internal.ComponentFactory.Krypton.NavigatorDragTargetHint
Target hint which should be one of the edges.
controlElement
Type: Internal.ComponentFactory.Krypton.DockingKryptonDockingControl
Workspace instance that contains cell.
allowFlags
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Only drop pages that have one of these flags defined.
outsideEdge
Type: SystemBoolean
Add to the outside edge (otherwise the inner edge).
See Also