| 460 | } |
| 461 | |
| 462 | SIZE CEditUI::EstimateSize(SIZE szAvailable) |
| 463 | { |
| 464 | if( m_cxyFixed.cy == 0 ) return CSize(m_cxyFixed.cx, m_pManager->GetFontInfo(GetFont())->tm.tmHeight + 6); |
| 465 | return CControlUI::EstimateSize(szAvailable); |
| 466 | } |
| 467 | |
| 468 | void CEditUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue) |
| 469 | { |
nothing calls this directly
no test coverage detected