Canvas.DoubleClick

From Xojo Documentation

Event


Canvas.DoubleClick(X as Integer, Y as Integer)

New in 2010r1

Supported for all project types and targets.

The user has double-clicked at the passed cordinates (in pixels). The coordinates are relative to the top-left (0,0) point of the Canvas.This event fires even if you return True from the MouseDown event.