IMouseControllerMouseDown Method |
Mouse button has been pressed in the view.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxbool MouseDown(
Control c,
Point pt,
MouseButtons button
)
Parameters
- c Control
- Reference to the source control instance.
- pt Point
- Mouse position relative to control.
- button MouseButtons
- Mouse button pressed down.
Return Value
BooleanTrue if capturing input; otherwise false.
See Also