| BOOL CBCGPGridCtrl::SetSel | ( | const CBCGPGridItemID & | idItem, |
| BOOL | bSelect = TRUE, |
||
| BOOL | bRedraw = TRUE |
||
| ) |
Changes a specified grid item selection state.
| idItem | The identifier that points to the grid item object. |
| bSelect | Specifies whether a given grid item should be selected. |
| bRedraw | If TRUE, the grid control should be redrawn. |