| 294 | } |
| 295 | |
| 296 | SIZE CButtonUI::EstimateSize(SIZE szAvailable) |
| 297 | { |
| 298 | if( m_cxyFixed.cy == 0 ) return CSize(m_cxyFixed.cx, m_pManager->GetFontInfo(GetFont())->tm.tmHeight + 8); |
| 299 | return CControlUI::EstimateSize(szAvailable); |
| 300 | } |
| 301 | |
| 302 | void CButtonUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue) |
| 303 | { |
nothing calls this directly
no test coverage detected