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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DragTarget(
	Rectangle screenRect,
	Rectangle hotRect,
	Rectangle drawRect,
	DragTargetHint hint,
	KryptonPageFlags allowFlags
)

Parameters

screenRect
Type: System.DrawingRectangle
Rectangle representing targets screen area.
hotRect
Type: System.DrawingRectangle
Rectangle representing targets hot area.
drawRect
Type: System.DrawingRectangle
Rectangle representing targets drawing area.
hint
Type: Internal.ComponentFactory.Krypton.NavigatorDragTargetHint
Hint about the targets operation.
allowFlags
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Only drop pages that have one of these flags defined.
See Also