Method: GetEnabledShadow FullName: CLabelUI::GetEnabledShadow Access: public Returns: bool Qualifier: Note:
| 1049 | // Note: |
| 1050 | //************************************ |
| 1051 | bool CLabelUI::GetEnabledShadow() |
| 1052 | { |
| 1053 | try |
| 1054 | { |
| 1055 | return m_EnabledShadow; |
| 1056 | } |
| 1057 | catch (...) |
| 1058 | { |
| 1059 | throw "CLabelUI::GetEnabledShadow"; |
| 1060 | } |
| 1061 | } |
| 1062 | |
| 1063 | //************************************ |
| 1064 | // Method: SetGradientLength |
nothing calls this directly
no outgoing calls
no test coverage detected