Method: GetEnabledStroke FullName: CLabelUI::GetEnabledStroke Access: public Returns: bool Qualifier: Note:
| 926 | // Note: |
| 927 | //************************************ |
| 928 | bool CLabelUI::GetEnabledStroke() |
| 929 | { |
| 930 | try |
| 931 | { |
| 932 | return m_EnabledStroke; |
| 933 | } |
| 934 | catch (...) |
| 935 | { |
| 936 | throw "CLabelUI::GetEnabledStroke"; |
| 937 | } |
| 938 | } |
| 939 | |
| 940 | //************************************ |
| 941 | // Method: SetTransStroke |
nothing calls this directly
no outgoing calls
no test coverage detected