Chapter Contents |
Previous |
Next |
Widget Class: _getBorderColor |
Syntax | |
Details |
Syntax |
objectName._getBorderColor( color ); |
objectName._getBorderColor( color, isSet ); |
Argument | Type | Use | Description |
---|---|---|---|
color | Character | Output | returns the border color |
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 border color is set to a SASColor window element, the color name is resolved when the color is set. For example, if the border color is set to the error color and error currently maps to red, _getBorderColor returns red.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.