Chapter Contents |
Previous |
Next |
Catalog Entry Model: _getHeaderColor |
Syntax | |
Details | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_getHeaderColor', color<, attr>); |
Argument | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
color |
C | specifies or returns a color | ||||||||
attr | C | specifies or returns a display attribute:
|
Details |
By default, header lines in the viewer are the color assigned by the SASCOLOR window element, HEADER.
Example |
This example sets the color of the header lines to orange.
call notify('textview', '_set_header_color_', 'orange'); call notify('textview', '_get_header_color_', color);
_getHeaderColor returns COLOR='ORANGE'.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.