:: com :: sun :: star :: datatransfer :: dnd ::

interface XAutoscroll

Methods' Summary
autoscroll Notify the component to autoscroll.  
getAutoscrollRegion Returns the regions describing the autoscrolling region.  
Methods' Details
autoscroll
void
autoscroll( [in] long  cursorLocationX,
[in] long  cursorLocationY );

Description
Notify the component to autoscroll.
Parameter cursorLocationX
X location of the cursor in pixel.
Parameter cursorLocationY
Y location of the cursor in pixel.
getAutoscrollRegion
any
getAutoscrollRegion();

Description
Returns the regions describing the autoscrolling region.
Returns
The regions describing the autoscrolling region or border relative to the geometry of the implementing component.
Top of Page