OnDrawRow

<< Click to Display Table of Contents >>

 

OnDrawRow

OnDrawRow(Selected, Row, TextColor, BackColor)

This event contains the Selected parameter, which indicates whether a row is selected, the Row parameter, which indicates the number of the row currently being drawn, the TextColor parameter, which indicates a row's text color, and the BackColor parameter, which indicates the text's background color of a row.

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

Was this page useful?