| BOOL CBCGPTreeCtrlEx::SetColumnValue | ( | HTREEITEM | hItem, |
| int | nSubItem, | ||
| const _variant_t & | varValue, | ||
| int | nImage, | ||
| BOOL | bRedraw = FALSE |
||
| ) |
Sets a column value.
| hItem | Handle of item. |
| nSubItem | The sub item zero-based index. |
| varValue | The value. |
| nImage | The image index. |
| bRedraw | Specifies whether a control should be redrawn. |