| BOOL CBCGPEditCtrl::ToggleMarker | ( | int | nRow, | 
| DWORD | dwMarkerType, | ||
| LPVOID | lpData = NULL, | ||
| BOOL | bRedraw = TRUE, | ||
| UINT | unPriority = 0 | ||
| ) | 
Toggles a marker at the specified row.
Toggles a marker of the specified type at the specified row. The row index is not zero-based.
| nRow | Specifies the row number to toggle a marker at. | 
| dwMarkerType | Specifies the marker type. | 
| lpData | Points to the user-defined marker data. Can be NULL. | 
| bRedraw | If TRUE, the marker area will be redrawn. | 
| unPriority | Specifies the marker drawing priority (the higher number means drawing the marker on top). |