BOOL CBCGPEditCtrl::GoToNextMarker | ( | DWORD | dwMarkerType, |
BOOL | bDirection = TRUE |
||
) |
Moves the caret to the next marker in the specified (up or down) direction.
If the specified direction is down and the caret is placed at the last marker, the caret will be moved to the first marker. If the specified direction is up and the caret is placed at the first marker, the caret will be moved to the last marker.
dwMarkerType | Specifies the maker type. |
bDirection | The direction. TRUE - down, FALSE - up. |