| 699 | } |
| 700 | |
| 701 | void CHexControl::SetReadOnly(bool readonly) { |
| 702 | m_ReadOnly = readonly; |
| 703 | Invalidate(); |
| 704 | } |
| 705 | |
| 706 | bool CHexControl::IsReadOnly() const { |
| 707 | return m_ReadOnly || (m_Buffer && m_Buffer->IsReadOnly()); |
no outgoing calls
no test coverage detected