ToolTipManagerMouseMove Method |
Mouse has moved inside the view.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic void MouseMove(
ViewBase targetElement,
Control c,
Point pt
)
Parameters
- targetElement ViewBase
- Target element for the mouse message.
- c Control
- Reference to the source control instance.
- pt Point
- Mouse position relative to control.
See Also