Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_set_foreground_at
  
dlgitem_set_foreground_at
dlgitem_set_foreground_at(window, listtag, row, foreground)
Sets the foreground color for the outline list tag identified by listtag in window. If listtag does not refer to an outline list tag, $ERROR is set and 0 is returned. Otherwise, 1 is returned.
window
the dialog window identifier
listtag
an outline list tag (case sensitive)
row
an offset into listtag(starting from one)
foreground
a named color or an RGB specification preceded with #
Related Topics
dlgitem_set_background_at function
dlgitem_get_foreground_at function
Using shading for profiled elements