| 986 | } |
| 987 | |
| 988 | inline CPropertyCheckButtonItem* PropCreateCheckButton(LPCTSTR pstrName, bool bValue, LPARAM lParam = 0) |
| 989 | { |
| 990 | return new CPropertyCheckButtonItem(pstrName, bValue, lParam); |
| 991 | } |
| 992 | |
| 993 | inline CPropertyReadOnlyItem* PropCreateReadOnlyItem(LPCTSTR pstrName, LPCTSTR pstrValue = _T(""), LPARAM lParam = 0) |
| 994 | { |
no outgoing calls
no test coverage detected