Chapter Contents

Previous

Next
Control: _setColor

Control: _setColor



Assigns a color to a control

Restrictions Some systems do not support using methods to change the color of a control.


Syntax
Details

Syntax

CALL NOTIFY (control-name, '_setColor', color-name);

Argument Type Description
color-name
C specifies the name of a color. For valid colors, see SAS/GRAPH Software: Reference, Version 6, First Edition, Volume 1 and Volume 2.


Details

On non-graphics devices, the _setColor method assigns the closest available color.

You can also specify SASCOLOR window elements for color-name. However, the attribute associated with the window element is ignored.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.