VisualFormWindowChromeLeftMouseUp Method |
Process the left mouse up event.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxprotected virtual bool WindowChromeLeftMouseUp(
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