| 2724 | } |
| 2725 | |
| 2726 | ScrollRepeat GetScrollRepeat(void) |
| 2727 | { |
| 2728 | return (m_dwState & ectcScrollRepeat); |
| 2729 | } |
| 2730 | |
| 2731 | int InsertItem(int nItem, LPCTSTR sText = NULL, int nImage = -1, LPCTSTR sToolTip = NULL, bool bSelectItem = false) |
| 2732 | { |
nothing calls this directly
no outgoing calls
no test coverage detected