| 21 | } |
| 22 | |
| 23 | UINT CVerticalLayoutUI::GetControlFlags() const |
| 24 | { |
| 25 | if( IsEnabled() && m_iSepHeight != 0 ) return UIFLAG_SETCURSOR; |
| 26 | else return 0; |
| 27 | } |
| 28 | |
| 29 | void CVerticalLayoutUI::SetPos(RECT rc) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected