|
Draws the entire item.
This function is called by the list box view. As implemented in CListItemDrawer, this function draws the item text using DrawActualItem(), and an item mark using DrawItemMark().
- Parameters:
-
|
aItemIndex
|
Index of the item to draw. |
|
aItemRectPos
|
Position of the rectangle to draw. |
|
aItemIsSelected
|
Whether the item is selected. |
|
aItemIsCurrent
|
Whether the item is current. |
|
aViewIsEmphasized
|
Whether the list box view has the emphasised flag set (see CListBoxView::SetEmphasized()).
|
|
aViewIsDimmed
|
Whether the list box view has its dimmed flag set (see CListBoxView::SetDimmed()).
|
Reimplemented from CListItemDrawer.
|