Type | Description | |||
X as OLE_XPOS_PIXELS | A single that specifies the current X location of the mouse pointer. The x values is always expressed in client coordinates. | |||
Y as OLE_YPOS_PIXELS | A single that specifies the current Y location of the mouse pointer. The y values is always expressed in client coordinates. | |||
Date | A Date expression that indicates the date from the cursor. |
The DateFromPoint property retrieves the value based on the X and Y parameters as follows:
The /NET and /WPF versions provide a DateFromPoint property ( with no arguments ), that determines the date from the current mouse position, as the get_DateFromPoint(-1,-1) returns.