Chapter Contents |
Previous |
Next |
Widget Class: _startDrag |
Syntax | |
Details |
Syntax |
objectName._startDrag( xLocation, yLocation ); |
objectName._startDrag( objectID ); |
Argument | Type | Use | Description |
---|---|---|---|
xLocation | Numeric | Input | specifies the X location of the drag in pixels |
yLocation | Numeric | Input | specifies the Y location of the drag in pixels |
objectID | SASHELP.CLASSES.DRAGANDDROP.CLASS | Input | specifies the identifier of an object containing drag and drop data |
(1) objectID is sashelp.classes.draganddrop.class
Details |
The _startDrag method is called when an object is selected for dragging. Use this method in conjunction with the _completeDrag method to perform possible visual changes.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.