| BOOL CBCGPGridRow::AddSubItem | ( | CBCGPGridRow * | pItem, |
| BOOL | bRedraw = TRUE |
||
| ) |
Adds sub-item to the row.
This function adds a sub-item to the row. The added sub-item will be displayed on the next level of hierarchy.
| pItem | Points to the sub-item to add. |
| bRedraw | If TRUE, the grid control will be redrawn. |