Chapter Contents |
Previous |
Next |
Toolbar: _getConformOption |
Syntax | |
Details |
Syntax |
CALL NOTIFY (toolbar-name, '_getConformOption', conform<, n-rows<, n-cols>>); |
Argument | Type | Description | |
---|---|---|---|
conform |
C | returns a value indicating button arrangement: | |
'Y' | positioned to fit the region shape | ||
'N' | positioned according to row and column specification | ||
n-rows |
N | returns the number of rows of buttons if conform is 'N' | |
n-cols |
N | returns the number of columns of buttons if conform is 'N' |
Details |
If the buttons are laid out in rows and columns (the value of conform is N), you can specify n-rows and n-cols to find out the number of rows and columns.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.