Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.MouseUp Event

MouseUp event

Syntax
Public Event MouseUp (ByRef Button As Integer,
ByRef Shift As Integer,
ByRef x As Single,
ByRef y As Single)
Parameters
Parameter Description
ByRef Button As Integer
ByRef Shift As Integer
ByRef x As Single
ByRef y As Single
Remarks
Note: The X and Y coordinates returned by these events are relative to the visible viewport so the HScroll_Value and the VScroll_Value (when the scrollbars are used) are not added.
You should add the Scroll values if you need to call methods like ([GetColByAbsX] or [GetRowByAbsY] or [GetRowY])