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