Click or drag to resize

DragTargetWorkspaceCellEdge Constructor

Initialize a new instance of the DragTargetWorkspaceCellEdge 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 DragTargetWorkspaceCellEdge(
	Rectangle screenRect,
	Rectangle hotRect,
	Rectangle drawRect,
	DragTargetHint hint,
	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.
hint  DragTargetHint
Target hint which should be one of the edges.
workspace  KryptonWorkspace
Workspace instance that contains cell.
cell  KryptonWorkspaceCell
Workspace cell as target for drop.
allowFlags  KryptonPageFlags
Only drop pages that have one of these flags defined.
See Also