Chapter Contents |
Previous |
Next |
Toolbar: _getButtonIndex |
Syntax | |
Details | |
See Also |
Syntax |
CALL NOTIFY (toolbar-name, '_getButtonIndex', button-name, index); |
Argument | Type | Description |
---|---|---|
button-name |
C | specifies the name of the button |
index |
N | returns the index of the button |
Details |
Every button in a toolbar is assigned an index number (beginning with 1) that indicates its position in the toolbar. Index numbers are assigned beginning with the leftmost button in the first row and proceeding left to right, then row by row. Button arrangement is controlled by the _setConform method.
See Also |
_getName
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.