| 828 | } |
| 829 | |
| 830 | void CTxtWinHost::SetDefaultAlign(WORD wNewAlign) |
| 831 | { |
| 832 | pf.wAlignment = wNewAlign; |
| 833 | |
| 834 | // Notify control of property change |
| 835 | pserv->OnTxPropertyBitsChange(TXTBIT_PARAFORMATCHANGE, 0); |
| 836 | } |
| 837 | |
| 838 | BOOL CTxtWinHost::GetRichTextFlag() |
| 839 | { |
nothing calls this directly
no outgoing calls
no test coverage detected