Click or drag to resize

DragTargetWorkspaceCellTransfer Constructor

Initialize a new instance of the DragTargetWorkspaceCellTransfer 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 DragTargetWorkspaceCellTransfer(
	Rectangle screenRect,
	Rectangle hotRect,
	Rectangle drawRect,
	KryptonWorkspace workspace,
	KryptonWorkspaceCell cell,
	KryptonPageFlags allowFlags
)

Parameters

screenRect  Rectangle
Rectangle for screen area.
hotRect  Rectangle
Rectangle for hot area.
drawRect  Rectangle
Rectangle for draw area.
workspace  KryptonWorkspace
Control instance for drop.
cell  KryptonWorkspaceCell
Workspace cell as target for drop.
allowFlags  KryptonPageFlags
Only drop pages that have one of these flags defined.
See Also