Method: GetTextShadowColorB FullName: CLabelUI::GetTextShadowColorB Access: public Returns: DWORD Qualifier: Note:
| 721 | // Note: |
| 722 | //************************************ |
| 723 | DWORD CLabelUI::GetTextShadowColorB() |
| 724 | { |
| 725 | try |
| 726 | { |
| 727 | return m_dwTextShadowColorB; |
| 728 | } |
| 729 | catch (...) |
| 730 | { |
| 731 | throw "CLabelUI::GetTextShadowColorB"; |
| 732 | } |
| 733 | } |
| 734 | |
| 735 | //************************************ |
| 736 | // Method: SetTransText |
nothing calls this directly
no outgoing calls
no test coverage detected