void CBCGPGridRow::GetSubItems | ( | CList< CBCGPGridRow *, CBCGPGridRow * > & | lst, |
BOOL | bRecursive = FALSE |
||
) |
Retrieves the list of sub-items.
Use this method to retrieve the list of subitems.
lst | Reference to the subitem's list. Filled on output. |
bRecursive | If TRUE, retrieves all subitems. If FALSE, retrieves subitems from the first level. |