��������: SetTextColor ��������: void ������Ϣ: DWORD _dwTextColor ����˵��:
| 712 | // ����˵��: |
| 713 | //************************************ |
| 714 | void CTreeNodeUI::SetItemTextColor( DWORD _dwItemTextColor ) |
| 715 | { |
| 716 | m_dwItemTextColor = _dwItemTextColor; |
| 717 | pItemButton->SetTextColor(m_dwItemTextColor); |
| 718 | } |
| 719 | |
| 720 | //************************************ |
| 721 | // ��������: GetTextColor |
nothing calls this directly
no test coverage detected