Click or drag to resize

DragTargetWorkspace Constructor

Initialize a new instance of the DragTargetWorkspace class.

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

Parameters

screenRect  Rectangle
Rectangle for screen area.
hotRect  Rectangle
Rectangle for hot area.
drawRect  Rectangle
Rectangle for draw area.
hint  DragTargetHint
Target hint which should be one of the edges.
workspace  KryptonWorkspace
Control instance for drop.
allowFlags  KryptonPageFlags
Only drop pages that have one of these flags defined.
See Also