| 442 | } |
| 443 | |
| 444 | void SetItemData(HPROPERTY hProp, LPARAM lParam) |
| 445 | { |
| 446 | ATLASSERT(::IsWindow(m_hWnd)); |
| 447 | ATLASSERT(hProp); |
| 448 | if( hProp == NULL ) return; |
| 449 | hProp->SetItemData(lParam); |
| 450 | } |
| 451 | |
| 452 | BOOL GetItemEnabled(HPROPERTY hProp) const |
| 453 | { |
nothing calls this directly
no test coverage detected