DragFeedbackSolidFeedback Method |
Called to request feedback be shown for the specified target.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override DragTarget Feedback(
Point screenPt,
DragTarget target
)
Parameters
- screenPt Point
- Current screen point of mouse.
- target DragTarget
- Target that needs feedback.
Return Value
DragTargetUpdated drag target.
See Also