SetAligment Sets text alignment Params alignment - new alignment Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************************/
| 804 | 1 - (UH_ERROR) |
| 805 | ***********************************/ |
| 806 | int CUH_Control::SetAlignment(int alignment){ |
| 807 | m_alignment = alignment; |
| 808 | return UH_SUCCESS; |
| 809 | } |
| 810 | /********************************** |
| 811 | GetAligment |
| 812 | Gets text alignment |
nothing calls this directly
no outgoing calls
no test coverage detected