Chapter Contents

Previous

Next
Widget Class: _getBackgroundColor

Widget Class: _getBackgroundColor



Returns the background color of an object


Syntax
Details

Syntax

objectName._getBackgroundColor( color );
objectName._getBackgroundColor( color, isSet );

Argument Type Use Description
color Character Output returns the background color of the widget
isSet Numeric Output returns a value indicating whether the color is set or inherited: 1 if set, 0 if inherited


Details

SASColor window element names are not returned. If the background color is set to a SASColor window element, the color name is resolved when the color is set. For example, if the background color is set to the error color and error currently maps to red, then _getBackgroundColor returns red.


Chapter Contents

Previous

Next

Top of Page

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