Chapter Contents |
Previous |
Next |
Toolbar: _setConformOption |
Syntax | |
Details |
Syntax |
CALL NOTIFY (toolbar-name, '_setConformOption', conform, <n-rows, n-cols>); |
Argument | Type | Description | |
---|---|---|---|
conform |
C | specifies a value indicating button arrangement: | |
'Y' | arrange to fit the region | ||
'N' | arrange according to row and column specifications | ||
n-rows |
N | specifies the number of rows of buttons | |
n-cols |
N | specifies the number of columns of buttons |
Details |
If conform is 'N', specifying the number of rows and columns arranges the buttons in a rectangle and resizes the object. Only the number of buttons defined by n-rows and n-cols are displayed. If all the buttons do not fit the region, scroll buttons are displayed.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.