ButtonSpecManagerBaseDesignerGetHitTest Method |
Is the provided over a part of the view that wants the mouse.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool DesignerGetHitTest(
Point pt
)
Parameters
- pt Point
- Mouse point.
Return Value
BooleanTrue if the view wants the mouse position; otherwise false.
See Also