BorderColor Property

The BorderColor property enables you to select a color for the border of a control. For more information, see Defining Colors for Your Form and Controls.

You can also set this property using a cascading style sheet. For more information, see Using Cascading Style Sheets.

Applies to: Group boxes, HTML Objects, HTML Tables, images, radio buttons, text.

Setting dynamically:

form.control.SETBORDERCOLOR(amount_of_red, amount_of_green,  
amount_of_blue);

Property Settings:

Default

Sets black as the border color, if you do not have a cascading style sheet applied to your form. Otherwise, it uses the setting in the cascading style sheet.

amount_of_red, amount_of_green, amount_of_blue

Sets the border to be the color defined by the amount of red, green, and blue.


WebFOCUS