SECEditViewport::DrawBookmark
voidSECEditViewport::DrawBookmark(intnLine, CDC*pDC, CRectrcMark)
Draws a bookmark in the gutter for lines that have a bookmark
Defined in: SECEditViewport.cpp
Return Value
void
Parameters
nLine
The line index for which to draw the bookmark
pDC
The DC on which to draw the bookmark
rcMark
The CRect in which we the bookmark is rendered
Comments
DrawBookmark draws a predefined Bookmark in the gutter, similar to Visual C++©. Override this function to draw a custom breakpoint.See Also
SECEditViewport DrawMarks DrawBreakpoint PreDrawMarks PostDrawMarks DrawGutter