| ctlUniGrid.MouseMove EventMouseMove eventSyntax 
Public Event MouseMove (ByRef Button As Integer, ByRef Shift As Integer, ByRef x As Single, ByRef y As Single) Parameters 
 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]) |