DragTargetControlEdge Constructor |
Initialize a new instance of the DragTargetControlEdge class.
Namespace: Internal.ComponentFactory.Krypton.DockingAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic DragTargetControlEdge(
Rectangle screenRect,
Rectangle hotRect,
Rectangle drawRect,
DragTargetHint hint,
KryptonDockingControl controlElement,
KryptonPageFlags allowFlags,
bool outsideEdge
)
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.
- controlElement KryptonDockingControl
- Workspace instance that contains cell.
- allowFlags KryptonPageFlags
- Only drop pages that have one of these flags defined.
- outsideEdge Boolean
- Add to the outside edge (otherwise the inner edge).
See Also