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

Parameters

screenRect
Type: System.DrawingRectangle
Rectangle for screen area.
hotRect
Type: System.DrawingRectangle
Rectangle for hot area.
drawRect
Type: System.DrawingRectangle
Rectangle for draw area.
hint
Type: Internal.ComponentFactory.Krypton.NavigatorDragTargetHint
Target hint which should be one of the edges.
workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Workspace instance that contains cell.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Workspace cell as target for drop.
allowFlags
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPageFlags
Only drop pages that have one of these flags defined.
See Also