| 291 | } |
| 292 | |
| 293 | CRect SItemPanel::GetItemRect() |
| 294 | { |
| 295 | CRect rcItem; |
| 296 | m_pItemContainer->OnItemGetRect(this,rcItem); |
| 297 | return rcItem; |
| 298 | } |
| 299 | void SItemPanel::SetItemCapture(BOOL bCapture) |
| 300 | { |
| 301 | m_pItemContainer->OnItemSetCapture(this,bCapture); |
no test coverage detected