HeaderForeColor Property

The HeaderForeColor property determines the color of the font in the header row of an HTML Table. For more information, see Defining Colors for Your Form and Controls.

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

Applies to: Grids and HTML Tables.

Setting dynamically:

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

Property Settings:

Default

Sets the font color in the header to be black, or, if it has been set, the form's value for ForeColor, 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 text in the header to be the color defined by the amount of red, green, and blue.


WebFOCUS