Method: GetStrokeColor FullName: CLabelUI::GetStrokeColor Access: public Returns: DWORD Qualifier: Note:
| 1008 | // Note: |
| 1009 | //************************************ |
| 1010 | DWORD CLabelUI::GetStrokeColor() |
| 1011 | { |
| 1012 | try |
| 1013 | { |
| 1014 | return m_dwStrokeColor; |
| 1015 | } |
| 1016 | catch (...) |
| 1017 | { |
| 1018 | throw "CLabelUI::GetStrokeColor"; |
| 1019 | } |
| 1020 | } |
| 1021 | |
| 1022 | //************************************ |
| 1023 | // Method: SetEnabledShadow |
nothing calls this directly
no outgoing calls
no test coverage detected