Chapter Contents |
Previous |
Next |
Block: _setColorGroup |
Restrictions: | Some devices do not support changing the background color. |
Syntax | |
Details | |
Example |
Syntax |
CALL NOTIFY (block-name, '_setColorGroup', group-number); |
Argument | Type | Description |
---|---|---|
group-number |
N | specifies the number of the color combination to apply to the block. Refer to the BLOCK function in SAS Component Language: Reference for a table of available color combinations and their associated numbers. |
Details |
Only three of the five items available in each color combination affect a block: TEXT colors the block label, ICON colors the block itself, and SHADOW colors the block shadow.
Example |
_setColorGroup uses color group 7 to make the label yellow, the block blue, and the shadow gray.
call notify('block1','_set_color_group_', 7);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.