ButtonControllerOnDragStart Method |
Raises the DragStart event.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnDragStart(
Point mousePt,
Point offset,
Control c
)
Parameters
- mousePt Point
- Mouse point at time of event.
- offset Point
- Offset compared to target.
- c Control
- Control that is source of drag start.
See Also