GetAligment Gets text alignment Params none Return alignment ***********************************/
| 816 | alignment |
| 817 | ***********************************/ |
| 818 | int CUH_Control::GetAlignment() const |
| 819 | { |
| 820 | return m_alignment; |
| 821 | } |
| 822 | |
| 823 | |
| 824 | /********************************** |
nothing calls this directly
no outgoing calls
no test coverage detected