Click or drag to resize

DragTarget Constructor

Initialize a new instance of the DragTarget class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public DragTarget(
	Rectangle screenRect,
	Rectangle hotRect,
	Rectangle drawRect,
	DragTargetHint hint,
	KryptonPageFlags allowFlags
)

Parameters

screenRect  Rectangle
Rectangle representing targets screen area.
hotRect  Rectangle
Rectangle representing targets hot area.
drawRect  Rectangle
Rectangle representing targets drawing area.
hint  DragTargetHint
Hint about the targets operation.
allowFlags  KryptonPageFlags
Only drop pages that have one of these flags defined.
See Also