��������: Select ��������: bool ������Ϣ: bool bSelect ����˵��:
| 199 | // ����˵��: |
| 200 | //************************************ |
| 201 | bool CTreeNodeUI::Select( bool bSelect /*= true*/ ) |
| 202 | { |
| 203 | bool nRet = CListContainerElementUI::Select(bSelect); |
| 204 | if(m_bSelected) |
| 205 | pItemButton->SetTextColor(GetSelItemTextColor()); |
| 206 | else |
| 207 | pItemButton->SetTextColor(GetItemTextColor()); |
| 208 | |
| 209 | return nRet; |
| 210 | } |
| 211 | |
| 212 | //************************************ |
| 213 | // ��������: Add |
nothing calls this directly
no test coverage detected