| 148 | } |
| 149 | |
| 150 | SIZE CLabelUI::EstimateSize(SIZE szAvailable) |
| 151 | { |
| 152 | if( m_cxyFixed.cy == 0 ) return CSize(m_cxyFixed.cx, m_pManager->GetFontInfo(GetFont())->tm.tmHeight + 4); |
| 153 | return CControlUI::EstimateSize(szAvailable); |
| 154 | } |
| 155 | |
| 156 | void CLabelUI::DoEvent(TEventUI& event) |
| 157 | { |
nothing calls this directly
no test coverage detected