Chapter Contents |
Previous |
Next |
Widget Class: _row |
Syntax | |
Details |
Syntax |
objectName._row( row ); |
Argument | Type | Use | Description |
---|---|---|---|
row | Numeric | Output | returns the top-most row occupied by the widget |
Details |
Example
The following example determines a widget's starting row and column position in a frame and then displays a pop-up menu in the same position:
button._row('row'); button._column('col'); choice = popmenu(buttonMenu, 0,row, col);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.