Tipo:

codice:
Usercontrol_MouseDown(X,Y,Button,Shift)

if y < 40 then
    Seleziona(1)
elseif y < 80 then
    Seleziona(2)
else if y<130 then
   Seleziona(3)
end if

end sub
Intendi questo?