In the mouse move event handler of a picturebox I change the mouse pointer conveniently near the borders so as to let the user know he an drag to stretch it. But I just don't remember how to restore the pointer to default when not moving over the picturebox, i.e. I need to implement some sort of mouse leave event.

