![]() Chapter Contents |
![]() Previous |
![]() Next |
| Block: _setColor |
| Restrictions: | Some systems do not support changing the colors of blocks. |
| Syntax | |
| Example |
Syntax |
| CALL NOTIFY (block-name, '_setColor', block-color, label-color, shadow-color); |
| Argument | Type | Description |
|---|---|---|
| block-color |
C | specifies the color of the block |
| label-color |
C | specifies the color of the label |
| shadow-color |
C | specifies the color of the shadow |
| Example |
In this example, _setColor changes the color of the block to green, the label to white, and the shadow to yellow.
call notify('block1','_set_color_',
'green','white','yellow');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.