OnDrawRow

<< Click to Display Table of Contents >>

 

OnDrawRow

OnDrawRow(Selected, Row, TextColor, BackColor)

This event contains the following parameters:

Selected: Indicates whether this row is selected

Row: Indicates the number of the row currently being drawn

TextColor: Indicates this row's text color

BackColor: Indicates this text's background color

 

If the color is modified within this event, this change is used by an E3Browser when drawing the row. Another important change is that if the GetColumnValue method is called within this event, the returned values are from the row currently being drawn, not from the selected row.

Was this page useful?