void CBCGPListCtrl::EnableMarkSortedColumn | ( | BOOL | bMark = TRUE , |
BOOL | bRedraw = TRUE |
||
) |
Enables an ability to mark a selected column by a different background color.
Call this member function to enable an ability to mark a selected column by a different background color. This color will be calculated by the internal method CBCGPDrawManager::PixelAlpha according to the "regular" background color.
bMark | Specifies whether to enable (TRUE) or disable (FALSE) the mark. |
bRedraw | Specifies whether to redraw a list control immediately. |