Chapter Contents |
Previous |
Next |
Toolbar: _getName |
Syntax | |
Details | |
See Also |
Syntax |
CALL NOTIFY (toolbar-name, '_getName', name<, index>); |
Argument | Type | Description |
---|---|---|
name |
C | returns the name of the toolbar; if index is specified, returns the name of the button at the index position |
index |
N | specifies the index of the button |
Details |
Button names are used instead of the button index to access individual buttons in the toolbar because the button index changes when the button is moved. To find the name of the button that was last clicked on, use the _getLastSel method.
See Also |
_getButtonIndex
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.