DragTargetWorkspaceCellTransfer Constructor |
Initialize a new instance of the DragTargetWorkspaceCellTransfer class.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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