KryptonFormWindowChromeLeftMouseDown Method |
Process the left mouse down event.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected override bool WindowChromeLeftMouseDown(
Point pt
)
Parameters
- pt Point
- Window coordinate of the mouse up.
Return Value
BooleanTrue if event is processed; otherwise false.
See Also