Arbortext Command Language > Functions by Alphabetical Listing > dlgitem_get_background_at
  
dlgitem_get_background_at
dlgitem_get_background_at(window, listtag, row)
Returns the background 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. If no color is specified at that location, an empty string is returned. Otherwise, a named color or an RGB specification preceded by # is returned.
window
the dialog window identifier
listtag
an outline list tag (case sensitive)
row
an offset into listtag(starting from one)
Related Topics
dlgitem_get_foreground_at function
dlgitem_set_background_at function
Using shading for profiled elements