��������: IsCheckBoxSelected ��������: bool ����˵��:
| 389 | // ����˵��: |
| 390 | //************************************ |
| 391 | bool CTreeNodeUI::IsCheckBoxSelected() const |
| 392 | { |
| 393 | return pCheckBox->IsSelected(); |
| 394 | } |
| 395 | |
| 396 | //************************************ |
| 397 | // ��������: IsHasChild |
nothing calls this directly
no test coverage detected