codice:
Private Sub MSHFlexGrid1_MouseUp(Button As Integer, _
            Shift As Integer, x As Single, y As Single)

   If Button <> 2 Then
      MsgBox "Sinistro"
   End If

End Sub